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