Coder Social home page Coder Social logo

junit-demo's Introduction

junit-demo

test junit3 & 4

##########################

for test java Junit

###########################

junit-common:公共基础包;

junit3-test:test java junit3;

junit4-test:test java junit4.

#############################

the main test example in junit3/4.bootstrap package.

Class in above package:

*case is testcase example;

*suite is integrate testcase example;

##################################################

the differents in junit3 and junit4:

1.junit3 test case must extend TestCase.class and the prefix of method must start with "test", however the junit4 is use the @Test annotation.

2.junit3 integrate use the TestSuite.class,however the junit4 use the @RunWith and @SuiteClasses annotation,the details in juint*.bootstrap.TestSuite*.

junit-demo's People

Watchers

 avatar  avatar

Forkers

cxbn12

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.