Content deleted Content added
m Robot-assisted disambiguation (you can help!): Java programming language |
|||
Line 9:
==Behavioral tests==
The examples below demonstrate how behavioral tests can be written with the [[Java (programming language)|Java programming language]] using the [[JUnit]] automated testing framework. This allows the tests to be executed swiftly and constantly during the development process.
The test below verifies if a prime number calculator can calculate the first prime number of 100 correctly.
|