All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.pitest.sequence.SlotRead Maven / Gradle / Ivy

There is a newer version: 1.16.1
Show newest version
package org.pitest.sequence;

public class SlotRead {
  private final Slot slot;

  public SlotRead(Slot slot) {
    this.slot = slot;
  }

  Slot slot() {
    return this.slot;
  }
}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy