bb.gui
Class DialogInputSecure.UnitTest
java.lang.Object
bb.gui.DialogInputSecure.UnitTest
- Enclosing class:
- DialogInputSecure
public static class DialogInputSecure.UnitTest
- extends Object
See the Overview page of the project's javadocs for a general description of this unit test class.
Constructor Summary |
private |
DialogInputSecure.UnitTest()
This sole private constructor suppresses the default (public) constructor, ensuring non-instantiability outside of this class. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DialogInputSecure.UnitTest
private DialogInputSecure.UnitTest()
- This sole private constructor suppresses the default (public) constructor, ensuring non-instantiability outside of this class.
main
public static void main(String[] args)
- Tests the parent class.
If this method is this Java process's entry point (i.e. first main
method),
then its final action is a call to System.exit
, which means that this method never returns;
its exit code is 0 if it executes normally, 1 if it throws a Throwable (which will be caught and logged).
Otherwise, this method returns and leaves the JVM running.
test_getInputSecure
private static void test_getInputSecure()
throws Exception
- Throws:
Exception
test_serialization
private static void test_serialization()
throws Exception
- Throws:
Exception