| using NUnit.Framework; | |
| namespace Unity.MLAgents.Extensions.Tests | |
| { | |
| internal class RuntimeExampleTest | |
| { | |
| [] | |
| public void RuntimeTestMath() | |
| { | |
| Assert.AreEqual(2, 1 + 1); | |
| } | |
| } | |
| } | |
| using NUnit.Framework; | |
| namespace Unity.MLAgents.Extensions.Tests | |
| { | |
| internal class RuntimeExampleTest | |
| { | |
| [] | |
| public void RuntimeTestMath() | |
| { | |
| Assert.AreEqual(2, 1 + 1); | |
| } | |
| } | |
| } | |