answersLogoWhite

0

Junit programming language is used for JAVA text tests. It was developed in 2012 in Canada by Kent Beck, Erich Gamma, David Staff, and Michael Clark.

User Avatar

Wiki User

12y ago

What else can I help you with?

Continue Learning about Engineering

What is JUnit?

JUnit is a unit testing framework for the Java programming language. Created by Kent Beck and Erich Gamma, JUnit is one of, and arguably the most successful of, the xUnit family of frameworks that originated with Kent Beck's SUnit. JUnit has spawned its own ecosystem of JUnit extensions. Experience gained with JUnit has been important in the development of test-driven development, and as a result, some knowledge of JUnit is often presumed in discussions of test-driven development, for example in the book Test-Driven Development: By Example, ISBN 0-321-14653-0 by Kent Beck. JUnit has been ported to other languages, including C# (NUnit), Python (PyUnit), Fortran (fUnit), and [[C++]] (CPPUnit). This family of unit testing frameworks is referred to collectively as xUnit. TestNG has many of the same goals as JUnit. And more recently, owing to the development of rich client frameworks such as AJAX, a port of JUnit has been developed for JavaScript (JSUnit) http://www.jsunit.net/. "Hello world" example in JUnit 3.8 and earlier: public class HelloWorld extends TestCase { public void testMultiplication() { // Testing if 2*2=4: assertEquals ("Multiplication", 4, 2*2); } } (compare with the similar example for Mauve.) The method testMultiplication will be discovered automatically by reflection. "Hello world" example in JUnit 4.0: public class HelloWorld { @Test public void testMultiplication() { // Testing if 2*2=4: assertEquals ("Multiplication", 4, 2*2); } } JUnit is a unit tester for Java. Its used for running tests while programming in Java


Is XML a programming language?

It is programming languages that are referred to in terms of "high level" and "low level".Extensible Markup Language(XML) is a markup language not a programming language, it is a data formatting specification that makes the presentation of data independent of programs (so that data can be passed between programs).For this reason the answer to your question is "neither".


Is the B programming language a high or low level programming language?

The B programming language is a high-levelprogramming language.


Example of procedural programming language and object oriented programming language?

example of procedural programming are those programming language that have structure e.g basic,fortran,c++,c and pascal e.t.c


Is natural language a fifth generation programming language?

Yes, natural language is a fifth generation programming language.

Related Questions

What is JUnit?

JUnit is a unit testing framework for the Java programming language. Created by Kent Beck and Erich Gamma, JUnit is one of, and arguably the most successful of, the xUnit family of frameworks that originated with Kent Beck's SUnit. JUnit has spawned its own ecosystem of JUnit extensions. Experience gained with JUnit has been important in the development of test-driven development, and as a result, some knowledge of JUnit is often presumed in discussions of test-driven development, for example in the book Test-Driven Development: By Example, ISBN 0-321-14653-0 by Kent Beck. JUnit has been ported to other languages, including C# (NUnit), Python (PyUnit), Fortran (fUnit), and [[C++]] (CPPUnit). This family of unit testing frameworks is referred to collectively as xUnit. TestNG has many of the same goals as JUnit. And more recently, owing to the development of rich client frameworks such as AJAX, a port of JUnit has been developed for JavaScript (JSUnit) http://www.jsunit.net/. "Hello world" example in JUnit 3.8 and earlier: public class HelloWorld extends TestCase { public void testMultiplication() { // Testing if 2*2=4: assertEquals ("Multiplication", 4, 2*2); } } (compare with the similar example for Mauve.) The method testMultiplication will be discovered automatically by reflection. "Hello world" example in JUnit 4.0: public class HelloWorld { @Test public void testMultiplication() { // Testing if 2*2=4: assertEquals ("Multiplication", 4, 2*2); } } JUnit is a unit tester for Java. Its used for running tests while programming in Java


Is XML a programming language?

It is programming languages that are referred to in terms of "high level" and "low level".Extensible Markup Language(XML) is a markup language not a programming language, it is a data formatting specification that makes the presentation of data independent of programs (so that data can be passed between programs).For this reason the answer to your question is "neither".


Is the B programming language a high or low level programming language?

The B programming language is a high-levelprogramming language.


Where did IBM get their programming language?

Computer programming language


Is there a program that can help you make a programming language but you don't need to know a programming language?

No. In order to make or use a program or a programming language, you need to know a programming language.


What is COBOL programming language?

You have answered your own question: it is a programming language.


Example of procedural programming language and object oriented programming language?

example of procedural programming are those programming language that have structure e.g basic,fortran,c++,c and pascal e.t.c


Is natural language a fifth generation programming language?

Yes, natural language is a fifth generation programming language.


Who was the programming language ADA named after?

Automatic Data Acquisition (programming language)


Is COBOL a lower-level programming language?

No, it is a high-level programming language.


When was Polymorphic Programming Language created?

Polymorphic Programming Language was created in 1969.


When was the Ceylon programming language created?

Ceylon - programming language - was created in 2011.