// Start is called before the first frame update
 void Start()
 {
     lp = GetComponent <LinePrediction>();
 }
Example #2
0
 public void Generate_WrongDefinition_Fail(uint[] defintion, int length)
 {
     Assert.Throws <ArgumentException>(() => LinePrediction.Generate(defintion, length));
 }