public class RegExTest
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private Package |
pack
The created package to test.
|
| Constructor and Description |
|---|
RegExTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
prepare()
Creates a "object-world" to test.
|
static junit.framework.Test |
suite()
Necessary for "ant".
|
void |
testCycle1()
Detect direkt cycle.
|
void |
testCycle2()
Detect indirekt cycle.
|
void |
testtoStringResolved1()
Check operation toStringResolved(), it is called in this test case.
|
void |
testtoStringResolved10()
Check operation toStringResolved(), it is called in this test case.
|
void |
testtoStringResolved11()
Check operation toStringResolved(), it is called in this test case.
|
void |
testtoStringResolved2()
Check operation toStringResolved(), it is called in this test case.
|
void |
testtoStringResolved3()
Check operation toStringResolved(), it is called in this test case.
|
void |
testtoStringResolved4()
Check operation toStringResolved(), it is called in this test case.
|
void |
testtoStringResolved5()
Check operation toStringResolved(), it is called in this test case.
|
void |
testtoStringResolved6()
Check operation toStringResolved(), it is called in this test case.
|
void |
testtoStringResolved7()
Check operation toStringResolved(), it is called in this test case.
|
void |
testtoStringResolved8()
Check operation toStringResolved(), it is called in this test case.
|
void |
testtoStringResolved9()
Check operation toStringResolved(), it is called in this test case.
|
void |
testToStringUnresolved1()
Check operation toStringUnresolved(), it is called in this test case.
|
void |
testToStringUnresolved10()
Check operation toStringUnresolved(), it is called in this test case.
|
void |
testToStringUnresolved2()
Check operation toStringUnresolved(), it is called in this test case.
|
void |
testToStringUnresolved3()
Check operation toStringUnresolved(), it is called in this test case.
|
void |
testToStringUnresolved4()
Check operation toStringUnresolved(), it is called in this test case.
|
void |
testToStringUnresolved5()
Check operation toStringUnresolved(), it is called in this test case.
|
void |
testToStringUnresolved6()
Check operation toStringUnresolved(), it is called in this test case.
|
void |
testToStringUnresolved7()
Check operation toStringUnresolved(), it is called in this test case.
|
void |
testToStringUnresolved8()
Check operation toStringUnresolved(), it is called in this test case.
|
void |
testToStringUnresolved9()
Check operation toStringUnresolved(), it is called in this test case.
|
private Package pack
public static junit.framework.Test suite()
public void prepare()
throws TypeDoesNotExistException,
TypeExceptions
TypeDoesNotExistException - If a referenced type does not exit (is thrown while resolving).TypeExceptions - ReferenceIsUnresolvedException or CyclicExceptionpublic void testtoStringResolved1()
throws ReferenceIsUnresolvedException
ReferenceIsUnresolvedException - If the reference is unresolved.public void testToStringUnresolved1()
public void testtoStringResolved2()
throws ReferenceIsUnresolvedException
ReferenceIsUnresolvedException - If the reference is unresolved.public void testToStringUnresolved2()
public void testtoStringResolved3()
throws ReferenceIsUnresolvedException
ReferenceIsUnresolvedException - If the reference is unresolved.public void testToStringUnresolved3()
public void testtoStringResolved4()
throws ReferenceIsUnresolvedException
ReferenceIsUnresolvedException - If the reference is unresolved.public void testToStringUnresolved4()
public void testtoStringResolved5()
throws ReferenceIsUnresolvedException
ReferenceIsUnresolvedException - If the reference is unresolved.public void testToStringUnresolved5()
public void testtoStringResolved6()
throws ReferenceIsUnresolvedException
ReferenceIsUnresolvedException - If the reference is unresolved.public void testToStringUnresolved6()
public void testtoStringResolved7()
throws ReferenceIsUnresolvedException
ReferenceIsUnresolvedException - If the reference is unresolved.public void testToStringUnresolved7()
public void testtoStringResolved8()
throws ReferenceIsUnresolvedException
ReferenceIsUnresolvedException - If the reference is unresolved.public void testToStringUnresolved8()
public void testtoStringResolved9()
throws ReferenceIsUnresolvedException
ReferenceIsUnresolvedException - If the reference is unresolved.public void testToStringUnresolved9()
public void testtoStringResolved10()
throws ReferenceIsUnresolvedException
ReferenceIsUnresolvedException - If the reference is unresolved.public void testToStringUnresolved10()
public void testtoStringResolved11()
throws ReferenceIsUnresolvedException
ReferenceIsUnresolvedException - ReferenceIsUnresolvedExceptionpublic void testCycle1()
throws TypeExceptions,
TypeDoesNotExistException
TypeExceptions - TypeExceptionsTypeDoesNotExistException - TypeDoesNotExistExceptionpublic void testCycle2()
throws TypeExceptions,
TypeDoesNotExistException
TypeExceptions - TypeExceptionsTypeDoesNotExistException - TypeDoesNotExistException