|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sourceforge.jemm.comm.shared.IFUtilitiesTest
public class IFUtilitiesTest
Unit Tests for IFUtilities class.
| Nested Class Summary | |
|---|---|
protected static interface |
IFUtilitiesTest.ValidVoidMethodsInterface
Valid void method definitions. |
| Constructor Summary | |
|---|---|
IFUtilitiesTest()
|
|
| Method Summary | |
|---|---|
void |
basicValidInterface()
Test a valid simple interface. |
void |
illegalAsynchronousMethod()
Test that non-void methods do not implement SynchronousCall |
void |
illegalSubInterface()
Test that sub-interfaces throw an exception. |
void |
illegalSynchronousMethod()
Test that non-void methods do not implement SynchronousCall |
void |
illegalUnannotatedVoidMethod()
Test that a void method that does not implement either SynchronousCall or AsynchronousCall. |
void |
notAnIntefaceError()
Test case for being passed non-interface class. |
void |
validVoidMethods()
Tests that correctly annotated void methods are accepted. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IFUtilitiesTest()
| Method Detail |
|---|
public void notAnIntefaceError()
public void basicValidInterface()
public void illegalSubInterface()
public void illegalSynchronousMethod()
public void illegalAsynchronousMethod()
public void illegalUnannotatedVoidMethod()
public void validVoidMethods()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||