[PDF][PDF] ExLi: An Inline-Test Generation Tool for Java

Y Liu, A Thimmaiah, O Legunsen… - The ACM International …, 2024 - sweetstreet.github.io
We present ExLi, a tool for automatically generating inline tests, which were recently
proposed for statement-level code validation. ExLi is the first tool to support retrofitting inline …

Extracting Inline Tests from Unit Tests

Y Liu, P Nie, A Guo, M Gligoric… - Proceedings of the 32nd …, 2023 - dl.acm.org
We recently proposed inline tests for validating individual program statements; they allow
developers to provide test inputs, expected outputs, and test oracles immediately after a …

Inline tests

Y Liu, P Nie, O Legunsen, M Gligoric - Proceedings of the 37th IEEE …, 2022 - dl.acm.org
Unit tests are widely used to check source code quality, but they can be too coarse-grained
or ill-suited for testing individual program statements. We introduce inline tests to make it …

Palus: a hybrid automated test generation tool for java

S Zhang - Proceedings of the 33rd International Conference on …, 2011 - dl.acm.org
In object-oriented programs, a unit test often consists of a sequence of method calls that
create and mutate objects. It is challenging to automatically generate sequences that are …

Testful: Automatic unit-test generation for java classes

L Baresi, M Miraz - Proceedings of the 32nd ACM/IEEE International …, 2010 - dl.acm.org
This paper presents TestFul, an Eclipse plugin for the generation of tests for Java classes. It
is based on the idea of search-based testing, working both at class and method level. The …

JWalk: a tool for lazy, systematic testing of java classes by design introspection and user interaction

AJH Simons - Automated Software Engineering, 2007 - Springer
Popular software testing tools, such as JUnit, allow frequent retesting of modified code; yet
the manually created test scripts are often seriously incomplete. A unit-testing tool called …

Introducing test-driven software development

PK Janert - IEEE Software, 2004 - search.proquest.com
process) and in their chatty, colloquial style (“If you're upset, take a cleansing breath. In
through your nose... hold it 1, 2, 3...,” and so forth). Unfortunately, this kind of patter …

Automated unit test generation for classes with environment dependencies

A Arcuri, G Fraser, JP Galeotti - Proceedings of the 29th ACM/IEEE …, 2014 - dl.acm.org
Automated test generation for object-oriented software typically consists of producing
sequences of calls aiming at high code coverage. In practice, the success of this process …

Feedback-based specification, coding and testing with JWalk

AJH Simons, N Griffiths… - Testing: Academic & …, 2008 - ieeexplore.ieee.org
JWalk is a lazy systematic unit-testing tool for Java, which supports dynamic inference of
specifications from code and systematic testing from the acquired specification. This paper …

Test input generation with Java PathFinder: then and now (invited talk abstract)

S Khurshid, CS Păsăreanu, W Visser - Proceedings of the 27th ACM …, 2018 - dl.acm.org
The paper Test Input Generation With Java PathFinder was published in the International
Symposium on Software Testing and Analysis (ISSTA) 2004 Proceedings, and has now …