bb.gui
Class ScreenShot.UnitTest

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

public static class ScreenShot.UnitTest
extends Object

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


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

Constructor Detail

ScreenShot.UnitTest

private ScreenShot.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)