Skip to content

Instantly share code, notes, and snippets.

@badrinathvm
Last active October 14, 2017 22:40
Show Gist options
  • Save badrinathvm/7dc3b4f06205cbecf3c55d1a93143b6e to your computer and use it in GitHub Desktop.
Save badrinathvm/7dc3b4f06205cbecf3c55d1a93143b6e to your computer and use it in GitHub Desktop.
Quick Structure
class QuickStructure: QuickSpec{
override func spec() {
describe("Component to be Verified"){
beforeEach {
//set up data
}
context("State of Test Case"){
it(" Expect Validations "){
//expect statements
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment