aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/tests/RxLibraryUnitTests.m
diff options
context:
space:
mode:
authorGravatar Muxi Yan <muxi@users.noreply.github.com>2017-11-30 11:34:23 -0800
committerGravatar GitHub <noreply@github.com>2017-11-30 11:34:23 -0800
commit4efc604d2e5d6e5b29a5e7eeb1e28fd09ecf28eb (patch)
tree812ff73acf245d2655ca6b543c2941aed4927f05 /src/objective-c/tests/RxLibraryUnitTests.m
parent1decec1542cfc0a67d4afb139013579650ab3fcc (diff)
parent01bc32c5003ffb745a2e98b07f43fb94b6ac7d26 (diff)
Merge pull request #13571 from muxi/verbose-objc-tests
Verbose log of start of each test suite
Diffstat (limited to 'src/objective-c/tests/RxLibraryUnitTests.m')
-rw-r--r--src/objective-c/tests/RxLibraryUnitTests.m4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/objective-c/tests/RxLibraryUnitTests.m b/src/objective-c/tests/RxLibraryUnitTests.m
index 3a5adbbf37..aa178f8d45 100644
--- a/src/objective-c/tests/RxLibraryUnitTests.m
+++ b/src/objective-c/tests/RxLibraryUnitTests.m
@@ -58,6 +58,10 @@
@implementation RxLibraryUnitTests
++ (void)setUp {
+ NSLog(@"GRPCClientTests Started");
+}
+
#pragma mark Writeable
- (void)testWriteableSingleHandlerIsCalledForValue {