public abstract class BaseFunctorTest extends Object
| Constructor and Description |
|---|
BaseFunctorTest() |
| Modifier and Type | Method and Description |
|---|---|
static void |
assertObjectsAreEqual(Object a,
Object b) |
static void |
assertObjectsAreNotEqual(Object a,
Object b) |
protected abstract Object |
makeFunctor() |
void |
testObjectEquals() |
void |
testToStringIsOverridden() |
public BaseFunctorTest()
protected abstract Object makeFunctor() throws Exception
Exceptionpublic final void testObjectEquals() throws Exception
Exceptionpublic void testToStringIsOverridden() throws Exception
Exceptionpublic static void assertObjectsAreEqual(Object a, Object b)
public static void assertObjectsAreNotEqual(Object a, Object b)
Copyright © 2003–2014 The Apache Software Foundation. All rights reserved.