bb.gui
Class GroupLayout2.UnitTest

java.lang.Object
  extended by bb.gui.GroupLayout2.UnitTest
Enclosing class:
GroupLayout2

public static class GroupLayout2.UnitTest
extends Object

See the Overview page of the project's javadocs for a general description of this unit test class.


Constructor Summary
private GroupLayout2.UnitTest()
          This sole private constructor suppresses the default (public) constructor, ensuring non-instantiability outside of this class.
 
Method Summary
static void main(String[] args)
           
private static void test_serialization()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GroupLayout2.UnitTest

private GroupLayout2.UnitTest()
This sole private constructor suppresses the default (public) constructor, ensuring non-instantiability outside of this class.

Method Detail

main

public static void main(String[] args)

test_serialization

private static void test_serialization()
                                throws Exception
Throws:
Exception