@Test test methods

Source: Internet
Author: User

Function: You can test how the method is used without using the Main method: Write the @test on a line before the method, and then run
Limitations: You need to import the JUnit framework jar package; The method being tested is a common (public) method technique with no parameters, non-static, no return value: Create another class, create a conforming method in the class, and then invoke the method that needs to be tested in the method, and then test it. Example: public class persontest{@Test public void testeat{Per                         Son p=new person ();                     P.eat (); }                }

@Test test methods

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.