Skip to content
Snippets Groups Projects
Select Git revision
  • 62f0e3e7577733c369ccb172df04a82571a01027
  • master default
  • Omar
  • Jack
4 results

sample_test.py

Blame
  • AppTest.java 284 B
    package com.gpeppard;
    
    import static org.junit.Assert.assertTrue;
    
    import org.junit.Test;
    
    /**
     * Unit test for simple App.
     */
    public class AppTest 
    {
        /**
         * Rigorous Test :-)
         */
        @Test
        public void shouldAnswerWithTrue()
        {
            assertTrue( true );
        }
    }