Skip to content

Instantly share code, notes, and snippets.

@lizixroy
lizixroy / 2.roy.swift
Created September 8, 2016 02:31
Roy's test
class hoopster_iosTests: XCTestCase {
override func setUp() {
super.setUp()
// Put setup code here. This method is called before the invocation of each test method in the class.
}
override func tearDown() {
// Put teardown code here. This method is called after the invocation of each test method in the class.
super.tearDown()
@lizixroy
lizixroy / 1.roy.swift
Created September 8, 2016 02:31
Roy's test
class LogInViewModelTests: XCTestCase {
private let disposeBag = DisposeBag()
private let timeout = 1.0
var mockCellViewModelFactory: LabelAndTextFieldCellViewModelFactoryProtocol!
var mockLogInService: MockLogInService!
var logInViewModel: LogInViewModel!
override func setUp() {
@lizixroy
lizixroy / 0.roy.swift
Created September 8, 2016 02:31
Roy's test
Roy
Li
is
Pretty
Rad
@lizixroy
lizixroy / 0.hoopster.swift
Created September 8, 2016 02:16
this is another another test
Roy
Li
is
Pretty
Rad
@lizixroy
lizixroy / 1.example.swift
Created September 8, 2016 02:15
This is another test
class Vehicle {
var name: String
}
@lizixroy
lizixroy / 0.example.swift
Created September 8, 2016 02:15
This is another test
Roy
Li
is
Pretty
Rad
class Vehicle {
var name: String
}
Roy
Li
is
Pretty
Rad
class Example {
let name: String
int(name: String) {
self.name = name
}
}
class Example {
let name: String
int(name: String) {
self.name = name
}
}