Class TestGenRemoveRandomBlockMutator<T>


  • public class TestGenRemoveRandomBlockMutator<T>
    extends Object
    • Constructor Detail

      • TestGenRemoveRandomBlockMutator

        public TestGenRemoveRandomBlockMutator​(List<T> list)
    • Method Detail

      • canMutate

        public boolean canMutate()
      • mutate

        public List<T> mutate()
      • revert

        public void revert()
      • getResult

        public List<T> getResult()
      • getRemovedBlock

        public List<T> getRemovedBlock()