package com.example.fuzzControll.constents; /** * 变异脚本路径 */ public class MutationConstent { public static final String TEST_GRANULARITY_BIT_BYTE = "test_granularity_bit_byte.py "; public static final String TEST_MUTATED_LIBS = "test_mutated_libs.py "; public static final String TEST_MUTATION_STRATEGY = "test_mutation_strategy.py "; }