public class PatternTest
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
PatternTest.MyTest2
Defines an inner class to be matched by the type but not by the
name pattern.
|
static interface |
PatternTest.PatternTestInterface
A common interface to be used for pattern matching.
|
static class |
PatternTest.Test1
Defines an inner class to be matched.
|
static class |
PatternTest.Test2
Defines an inner class to be matched.
|
| Modifier | Constructor and Description |
|---|---|
private |
PatternTest()
Prevents this (utility) class from being instantiated from outside.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
asserts()
The automated tests using assert statements.
|
private static void |
execute()
Executes the test.
|
static void |
main(java.lang.String[] args)
Starts the test.
|
private PatternTest()
private static void execute()
public static void main(java.lang.String[] args)
args - ignoredpublic static void asserts()
EndSystem
annotation.