MoinMoin Logo
  • Comments
  • Immutable Page
  • Menu
    • Navigation
    • RecentChanges
    • FindPage
    • Local Site Map
    • Help
    • HelpContents
    • HelpOnMoinWikiSyntax
    • Display
    • Attachments
    • Info
    • Raw Text
    • Print View
    • Edit
    • Load
    • Save
  • Login

Navigation

  • Start
  • Sitemap
Revision 1 as of 2014-06-19 10:11:47
  • Java
  • JUnit

JUnit

A programmer-oriented testing framework for Java.

http://junit.org/

Annotations

  • @Before , public void setUp(){}
  • @Test , public void textAbc(){}
  • @After , public void tearDown(){}

Import methods

   1  import static org.junit.Assert.*;
   2   //  ...
   3   assertEquals(...);
  • MoinMoin Powered
  • Python Powered
  • GPL licensed
  • Valid HTML 4.01