tuffy.test
Class GAtomTest

java.lang.Object
  extended by tuffy.test.GAtomTest

public class GAtomTest
extends java.lang.Object

Testing class for GAtom object.


Field Summary
(package private)  GAtom atom
           
 
Constructor Summary
GAtomTest()
           
 
Method Summary
 void test_GAtom_flip()
          Test the function of flipping a GAtom.
 void test_GAtom_invoke_revoke()
          Test the function of invoke and revoke a GAtom, and its influence on calculating the cost of flipping a GAtom.
 void test_GAtom_wannabe()
          Test the function of returning the ideal value of a GAtom.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

atom

GAtom atom
Constructor Detail

GAtomTest

public GAtomTest()
Method Detail

test_GAtom_flip

public final void test_GAtom_flip()
Test the function of flipping a GAtom.


test_GAtom_invoke_revoke

public final void test_GAtom_invoke_revoke()
Test the function of invoke and revoke a GAtom, and its influence on calculating the cost of flipping a GAtom.


test_GAtom_wannabe

public final void test_GAtom_wannabe()
Test the function of returning the ideal value of a GAtom.