Thanks to visit codestin.com
Credit goes to github.com

Skip to content
View phaneendrathallam7's full-sized avatar

Block or report phaneendrathallam7

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
phaneendrathallam7/README.md

package com.github;

import junit.framework.Test; import junit.framework.TestCase; import junit.framework.TestSuite;

//Pending comments

//Some comments on the master branch //Added some comments on the branch for the egit demo

/**

  • Unit test for simple App. / public class AppTest extends TestCase { /*

    • Create the test case
    • @param testName name of the test case */ public AppTest( String testName ) { super( testName ); }

    /**

    • @return the suite of tests being tested */ public static Test suite() { return new TestSuite( AppTest.class ); }

    /**

    • Rigourous Test :-) */ public void testApp() { assertTrue( true ); } }

Popular repositories Loading

  1. phaneendrathallam7 phaneendrathallam7 Public

    Config files for my GitHub profile.

  2. Test Test Public

    Dockerfile

  3. repo1 repo1 Public

    regarding repo1

  4. example_repo example_repo Public

    A sample description is here

  5. DEVOPS DEVOPS Public

    It is created for practical purpose

    Dockerfile