A complete automation of unit testing for Java programs

Y Cheon, MY Kim, A Perumandla - 2005 - scholarworks.utep.edu
testing should be less costly, less time-consuming, and more automated. We focus on unit
testing of object oriented programs; unit testing is testing each … automation of unit testing. In …

An empirical study to quantify the characteristics of Java programs that may influence symbolic execution from a unit testing perspective

MM Eler, AT Endo, VHS Durelli - Journal of Systems and Software, 2016 - Elsevier
… In hopes of selecting an unbiased sample of Java programs, first we analyzed a third party
benchmark named SF100 (Fraser and Arcuri, 2012). SF100 is made up of a collection of 100 …

Unit testing for multi-threaded java programs

G Szeder - … Workshop on Parallel and Distributed Systems: Testing …, 2009 - dl.acm.org
… a unit testing framework for detecting concurrency bugs in multi-threaded Java programs.
Concur… paths of concurrent unit tests. We have implemented our approach based on the JUnit …

A simple and practical approach to unit testing: The JML and JUnit way

Y Cheon, GT Leavens - ECOOP 2002—Object-Oriented Programming …, 2002 - Springer
Java Modeling Language (JML) and the JUnit testing framework, but the approach could
be easily implemented with other combinations of formal specification languages and unit test

[图书][B] Unit testing in Java: how tests drive the code

J Link - 2003 - books.google.com
… automated unit testing. JUnit itself was also developed with automated unit tests and the
test… their endurance: Appendix B includes notes for unit tests in other programming languages. …

Introducing unit testing with BlueJ

A Patterson, M Kölling, J Rosenberg - ACM SIGCSE Bulletin, 2003 - dl.acm.org
… facto standard for implementing unit tests in Java. Similar unit testing frameworks have now
… through the process of testing a simple text based adventure program. This assignment is a …

ConcJUnit: Unit testing for concurrent programs

M Ricken, R Cartwright - … Principles and Practice of Programming in Java, 2009 - dl.acm.org
unit testing framework JUnit that simplifies the task of writing tests for concurrent programs
by … applicable for Java programs and provides important foundations for future extensions. …

[PDF][PDF] Unit testing concurrent java programs

S Shivaprasad, N Prasad - International Journal of Computer Applications, 2013 - Citeseer
… This paper outlines guidelines for writing effective unit tests for concurrent Java programs.
It … for writing such tests. The most widely used unit testing frameworks for Java - TestNG and …

A survey on unit testing practices and problems

E Daka, G Fraser - 2014 IEEE 25th International Symposium on …, 2014 - ieeexplore.ieee.org
… INTRODUCTION Today, almost every programming language has its own unit testing
framework (eg, JUnit for Java, NUnit for C#), which enables the use of small, automatically …

Java unit testing tool competition-seventh round

F Kifetew, X Devroey, U Rueda - … -Based Software Testing  …, 2019 - ieeexplore.ieee.org
… the Java unit testing tool competition, involving five tools (two of them introduced this year)
and a fresh set of classes under test (… we constructed test suites by putting together all the tests