Junit 4.x unit test, parametric test, Suite test instance

Source: Internet
Author: User

Perform unit tests on the following three classes to form a suite test.

   add( a,  a +  sub( a,  a -
   4
   getArea( width, width*

Test code: We recommend that you put the test code in the test source file.

   setUp() =   result = calculate.add(12, 1224  result = calculate.sub(12, 120
   setUp() =   result =4
   setUp() =  result = rectangle.getArea(12, 224

Test Suite code:

@RunWith(Suite., CarTest., RectangleTest. 

 

Use the following parameters to parameterize the add method of the Calculate class.

{2, 1, 1 },

{2, 0, 2 },

{0, 2,-2 },

@RunWith(Parameterized.     = { { -1, -2, -3 }, { 0, 2, 2 }, { -1, 1, 01, 2, 3 CalculateTest2( input1,  input2, .input1 =.input2 =.expected =  setUp() =   result =

 

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.