Ready to test
This commit is contained in:
@ -246,4 +246,19 @@ public class PCL : LoggingUnitTesting, IDisposable
|
||||
NonThrowTryCatch();
|
||||
}
|
||||
|
||||
// private static int CH(int a) => throw new Exception();
|
||||
// private static int TAR(int a) => throw new Exception();
|
||||
// private static int USL(int a) => throw new Exception();
|
||||
// private static int USL(int a, int b) => throw new Exception();
|
||||
// private static int LSL(int a) => throw new Exception();
|
||||
// private static int LSL(int a, int b) => throw new Exception();
|
||||
// private static int LSL(int a, int b, int c) => throw new Exception();
|
||||
|
||||
[TestMethod]
|
||||
public void InfinityQS()
|
||||
{
|
||||
// if (((CH(1) * ((((TAR(CH(21)) / CH(21)) - 1) / 2) + 1)) <= LSL(CH(1))),LSL(CH(1)),if (((CH(1) * ((((TAR(CH(21)) / CH(21)) - 1) / 2) + 1)) >= USL(CH(1))),(USL(CH(1))),(CH(1) * ((((TAR(CH(21)) / CH(21)) - 1) / 2) + 1))))
|
||||
// { }
|
||||
}
|
||||
|
||||
}
|
Reference in New Issue
Block a user