Package

Source Code of TruthyTest

import junit.framework.TestCase;

import org.test.depbase.Truth;

public class TruthyTest extends TestCase
{
    public void testShouldBeTrue()
    {
        assertTrue(new Truth().value());
    }
}
TOP

Related Classes of TruthyTest

TOP
Copyright © 2018 www.massapi.com. 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.