bb.gui
Class MessageDialog.UnitTest
java.lang.Object
bb.gui.MessageDialog.UnitTest
- Enclosing class:
- MessageDialog
public static class MessageDialog.UnitTest
- extends Object
See the Overview page of the project's javadocs for a general description of this unit test class.
Constructor Summary |
private |
MessageDialog.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 |
MessageDialog.UnitTest
private MessageDialog.UnitTest()
- This sole private constructor suppresses the default (public) constructor, ensuring non-instantiability outside of this class.
main
public static void main(String[] args)
test_synchronousMode
private static void test_synchronousMode()
throws Exception
- Throws:
Exception
test_asynchronousMode
private static void test_asynchronousMode()
throws Exception
- Throws:
Exception