зеркало из https://github.com/dotnet/razor.git
Fix bug
This commit is contained in:
Родитель
dc57f0c1fe
Коммит
149d8ff8ff
|
@ -16,13 +16,13 @@ public class LogIntegrationTestAttribute : BeforeAfterTestAttribute
|
|||
{
|
||||
public override void Before(MethodInfo methodUnderTest)
|
||||
{
|
||||
Console.WriteLine("#### Integration test start: {method}", methodUnderTest.Name);
|
||||
Console.WriteLine("##[debug] Integration test start: {0}", methodUnderTest.Name);
|
||||
GetLogger().LogInformation("#### Integration test start: {method}", methodUnderTest.Name);
|
||||
}
|
||||
|
||||
public override void After(MethodInfo methodUnderTest)
|
||||
{
|
||||
Console.WriteLine("#### Integration test start: {end}", methodUnderTest.Name);
|
||||
Console.WriteLine("##[debug] Integration test start: {0}", methodUnderTest.Name);
|
||||
GetLogger().LogInformation("#### Integration test end: {method}", methodUnderTest.Name);
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче