public class FP64Test extends TestClass
FP64 implementation.TestClass.EqualityTester| Modifier and Type | Field and Description |
|---|---|
protected static byte[] |
BYTE_ARRAY |
protected static char[] |
CHAR_ARRAY |
| Constructor and Description |
|---|
FP64Test() |
_suite, addMetadata, afterTestClass, afterTestMethod, assertArrayEquals, assertArrayEquals, assertArrayEquals, assertArrayEquals, assertCausesException, assertCollectionEquals, assertCollectionEquals, assertIterableEquals, assertIterableEquals, assertIterableEqualsIgnoreOrder, assertListEquals, assertListEquals, assertMatchRegex, assertSetsEqual, assertZero, assertZero, beforeTestClass, beforeTestMethod, createClassMetadata, createDefaultEnvironment, createMetadata, createMetadata, createMethodMetadata, createTestClass, doRunTest, getClassName, getExecutionManager, getFullClassNameInternal, getMetadata, getName, getNumberOfInstancesOfTestClassCreated, getPackageName, getTotalNumTestMethods, getType, getTypeName, initInternalData, initMetadata, isGosuTest, isMetaAnnotation, isMetaAnnotationInfo, reallyRun, reallyRunBare, run, runBare, runTest, setExecutionManager, setGosuTest, setName, setUp, tearDown, toStringassertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame, failSame, formatprotected static final char[] CHAR_ARRAY
protected static final byte[] BYTE_ARRAY
public void testNullaryConstructorIsFingerprintOfEmptyString()
public void testCopyConstructor()
public void testCharArrayConstructor()
public void testByteArrayConstructor()
throws UnsupportedEncodingException
UnsupportedEncodingExceptionpublic void testByteSubarrayConstructor()
throws UnsupportedEncodingException
UnsupportedEncodingExceptionpublic void testInputStreamConstructor()
throws Exception
Exceptionpublic void testToBytesNoBuffer()
public void testToBytesWithBufferFailsForNullArg()
public void testToBytesWithBufferFailsForIncorrectBufferSize()
public void testToBytesWithBuffer()
public void testToHexString()
public void testToHexStringPadsToSixteenChars()
public void testExtendByStringEquivalentToFingerprintingConcatenationOfStrings()
public void testExtendByCharSubarray()
public void testExtendByByteSubarray()
throws UnsupportedEncodingException
UnsupportedEncodingExceptionpublic void testExtendByInt()
public void testExtendByChar()
public void testExtendByByte()
throws UnsupportedEncodingException
UnsupportedEncodingExceptionpublic void testEqualsReturnsTrueForEqualRefs()
public void testEqualsReturnsFalseForArgumentOfIncorrectType()
public void testEqualsReturnsFalseForFPsOfDifferentBytes()
public void testEqualsReturnsTrueForDifferentFPsOfIdenticalBytes()
public void testHashcodeAndEquals()
public void testFingerprintIsNonSymmetric()
public void testFingprintingOfSimilarStrings()
public void testFFNotIgnored()
Copyright © 2015. All rights reserved.