Package tests.jfun.yan.testmodel

Examples of tests.jfun.yan.testmodel.SimpleTouchable


    public void testSerializedContainerCanRetrieveImplementation()
    throws Exception {
     
      Touchable touchable = getTouchableFromSerializedContainer();
     
      SimpleTouchable simpleTouchable = (SimpleTouchable) touchable;
     
      assertTrue(simpleTouchable.wasTouched);
    }
View Full Code Here

TOP

Related Classes of tests.jfun.yan.testmodel.SimpleTouchable

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.