Lines Matching refs:That
50 Assert.That(_task.LastPathToTool, Does.Match(@"protoc(.exe)?$")); in MinimalCompile()
51 Assert.That(_task.LastResponseFile, Is.EqualTo(new[] { in MinimalCompile()
60 Assert.That(_task.LastResponseFile, Is.EqualTo(new[] { in CompileTwoFiles()
69 Assert.That(_task.LastResponseFile, Is.EqualTo(new[] { in CompileWithProtoPaths()
89 Assert.That(_task.LastResponseFile, Is.EqualTo(new[] { in CompileWithOptions()
99 Assert.That(_task.LastResponseFile, in OutputDependencyFile()
109 Assert.That(_task.LastResponseFile, in OutputDependencyWithProtoDepDir()
118 Assert.That(_task.LastResponseFile, Is.SupersetOf(new[] { in GenerateGrpc()
129 Assert.That(_task.LastResponseFile, Is.SupersetOf(new[] { in GenerateGrpcWithOutDir()
139 Assert.That(_task.LastResponseFile, in GenerateGrpcWithOptions()
151 Assert.That(_task.LastResponseFile, Is.SupersetOf(new[] { in DirectoryArgumentsSlashTrimmed()
175 Assert.That(_task.LastResponseFile, in DirectorySlashTrimmingCases()