public class EnvironmentTestClusterAugmenter extends Object
TestCluster
with search operators based on the environment the SUT interacts with
Created by arcuri on 6/10/14.| Constructor and Description |
|---|
EnvironmentTestClusterAugmenter(TestCluster cluster) |
| Modifier and Type | Method and Description |
|---|---|
void |
handleRuntimeAccesses(TestCase test)
If access to certain classes was observed at runtime, this method adds
test calls to the test cluster which may lead to covering more branches.
|
public EnvironmentTestClusterAugmenter(TestCluster cluster)
public void handleRuntimeAccesses(TestCase test)
If access to certain classes was observed at runtime, this method adds test calls to the test cluster which may lead to covering more branches. For example, if file access was observed, statements will be introduced that perform mutations on the accessed files like content modification.
(Idea by Gordon, JavaDoc written by Daniel)
Copyright © 2010–2017 EvoSuite. All rights reserved.