コード例 #1
0
 public static TestSolutionRepresentation Read(TestSolution solution) =>
 new TestSolutionRepresentation(solution.ReadExpected(), solution.ReadActual());
コード例 #2
0
 public static TestSolutionMapping Read(TestSolution solution) =>
 new TestSolutionMapping(solution.ReadExpected(), solution.ReadActual());