kiwi Questions
1
Solved
5
I have an iOS project that is using the Kiwi testing framework (latest version 2.3.0 which I installed from cocoapods).
At first when I ran the tests I received an error that it cannot find XCTest....
2
Solved
I am trying to run Kiwi (installed via CocoaPods) tests on iOS8 device but the build fails with the following linking errors:
ld: warning: ignoring file /Applications/Xcode.app/Contents/Developer/...
3
I have a few repetitive specs that I would like to DRY up. The common functionality doesn't lend itself to moving into a beforeEach block. Essentially, it's object creation and is 4 lines for each ...
Athenaathenaeum asked 25/6, 2012 at 22:42
4
Solved
I have a workspace with 3 projects:
MyApp
Common
Pods
Common is a common library that MyApp depends on. I'd like to setup CocoaPods and Kiwi to work correctly in this project. How do I go about...
1
Solved
I would like to unit test a class that acts as a CBPeripheralManagerDelegate to the CBPeripheralManager class. Typically, in order to stub out an external class dependency, I would use either a for...
Uniliteral asked 24/1, 2014 at 15:40
2
I can't seem to get past this error and don't know why.
I'm running xcode 4.6.3
The project's ios deployment target says iOS 6.1
the base sdk is 6.1
My Podfile is:
# Podfile
platform :ios
target...
1
Solved
I want to stub a method which takes a block as a parameter using Kiwi. Here is the full explanation with code:
I have a class named TestedClass which has a method testedMethod which dependent on c...
Sperling asked 16/10, 2013 at 8:49
4
Solved
I'm looking for a good example project/tutorial that show the Kiwi testing framework in action. I don't need any more examples of testing classes with the only purpose of adding 2 numbers together ...
Broddy asked 3/10, 2011 at 2:51
2
Solved
I'm having an issue getting the testing framework Kiwi to work with frameworks added through CocoaPods. I have both AFNetworking and Lumberjack being loaded in, and both are causing a failure in th...
Cist asked 15/10, 2012 at 20:23
2
H guys,
I have been trying for ages to find some good examples on how to use Kiwi testing to test delegate methods, asynchronously.
I have a manager class that defines the protocols for testing, ...
Outshine asked 28/11, 2012 at 23:26
1
© 2022 - 2024 — McMap. All rights reserved.