java.security.Signature: 0.00%
Overview
Search Parameters
- plot: false
- chromosome_length: 40
- static_hack: false
- tournament_size: 10
- max_int: 2048
- string_length: 20
- crossover_rate: 0.75
- max_attempts: 1000
- CP: src
- check_parents_length: true
- PREFIX: java.security.Signature
- stopping_condition: MaxStatements
- max_recursion: 10
- primitive_pool: 0.5
- selection_function: Rank
- generations: 1000000
- primitive_reuse_probability: 0.5
- test_excludes: test.excludes
- bloat_factor: 2
- object_reuse_probability: 0.9
- minimize: true
- html: true
- null_probability: 0.1
- strategy: EvoSuite
- elite: 1
- check_best_length: true
- num_tests: 2
- PROJECT_PREFIX: java.security.Signature
- OUTPUT_DIR: evosuite-files
- algorithm: SteadyStateGA
- string_replacement: true
- crossover_function: SinglePointRelative
- report_dir: evosuite-report
- test_includes: test.includes
- output_dir: evosuite-files
- criterion: branch
- rank_bias: 1.7
- timeout: 5000
- population: 100
- test_dir: evosuite-tests
- max_size: 100
- check_max_length: true
- TARGET_CLASS: java.security.Signature
- check_rank_length: true
- max_length: 5000
EvoSuite Parameters
- plot: false
- chromosome_length: 40
- static_hack: false
- tournament_size: 10
- max_int: 2048
- string_length: 20
- crossover_rate: 0.75
- max_attempts: 1000
- CP: src
- check_parents_length: true
- PREFIX: java.security.Signature
- stopping_condition: MaxStatements
- max_recursion: 10
- primitive_pool: 0.5
- selection_function: Rank
- generations: 1000000
- primitive_reuse_probability: 0.5
- test_excludes: test.excludes
- bloat_factor: 2
- object_reuse_probability: 0.9
- minimize: true
- html: true
- null_probability: 0.1
- strategy: EvoSuite
- elite: 1
- check_best_length: true
- num_tests: 2
- PROJECT_PREFIX: java.security.Signature
- OUTPUT_DIR: evosuite-files
- algorithm: SteadyStateGA
- string_replacement: true
- crossover_function: SinglePointRelative
- report_dir: evosuite-report
- test_includes: test.includes
- output_dir: evosuite-files
- criterion: branch
- rank_bias: 1.7
- timeout: 5000
- population: 100
- test_dir: evosuite-tests
- max_size: 100
- check_max_length: true
- TARGET_CLASS: java.security.Signature
- check_rank_length: true
- max_length: 5000
Old Parameters
- Algorithm: SteadyStateGA
- Population size: 100
- Initial test length: 40
- Stopping condition: MaxStatements: null
- Bloat control factor: 2
- Random seed: 0
Statistics
- Start time: 2010-12-07 13:48:06
- End time: 2010-12-07 13:48:45
- Fitness evaluations: 317256
- Tests executed: 126794
- Statements executed: 1000000
- Generations: 3173
- Number of tests before minimization: 1
- Number of tests after minimization: 0
- Length of tests before minimization: 1
- Length of tests after minimization: 0
- Total predicates: 46
- Total branches: 92
- Covered branches: 0
- Total methods: 28
- Covered methods: 0
- Methods without branches: 13
- Total coverage goal: 120
- Covered goals: 0
- Time for search: 0:00:38
- Time for minimization: 0:00:00
- Total time: 0:00:38
Test suite
Source Code
1: /*
2: * This file was automatically generated by EvoSuite
3: *
4: * Do not edit this directly as it might be overwritten
5: *
6: */
7:
8: package java.security;
9:
10: import junit.framework.Test;
11: import junit.framework.TestCase;
12: import junit.framework.TestSuite;
13:
14:
15: public class TestSignature extends TestCase {
16: }