コード例 #1
0
 public void ExtractPatch_ShouldReturnPatchPartOnly()
 {
     Assert.Equal("24", VersionUtil.ExtractPatch("2022.01.24"));
 }