TDDSwiftPlayground
TDD demo
A tool for demonstrating Test Driven Development in Swift using a Playground
Demonstration of using Swift Playgrounds in Test Driven Development with XCTest
59 stars
5 watching
8 forks
Language: Swift
last commit: almost 5 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
whiskerzab/playgroundtdd | Enables direct testing in Xcode Playground during development | 316 |
daylerees/test-driven-development-example | An introduction to writing tests before coding in PHP using Test-Driven Development (TDD) approach. | 511 |
zpratt/react-tdd-guide | A comprehensive guide to testing React applications using Test-Driven Development (TDD) | 598 |
dasdom/uistackviewplayground | A playground project to experiment with UIStackViews and build various iOS UI components | 328 |
sketchytech/swiftplaygrounds | A collection of Swift code examples and tutorials organized around interactive coding environments. | 7 |
mhanlon/arkitdemoplayground | A demo project showcasing various ARKit features and experiments using Swift Playgrounds. | 49 |
dasdom/interactiveplayground | A collection of examples demonstrating interactivity in Xcode 7.3 playgrounds. | 53 |
liquidsoul/xctestplayground | A tool for writing unit tests directly in Xcode Playgrounds | 54 |
reswift/counterexample-navigation-timetravel | A simple Swift application demonstrating unidirectional data flow using ReSwift | 36 |
demonnico/pinterestswift | A Swift-based demo project demonstrating how to implement Pinterest-style transitions and layouts in iOS development | 1,885 |
tdrhq/slite | Interactive test runner for Common Lisp tests | 50 |
railsware/sleipnir | A BDD-style testing framework for Swift. | 844 |
profiscience/ko-component-tester | TDD helpers for testing Knockout.js components and bindings | 15 |
colineberhardt/swiftreactiveplayground | A repository of build-and-run examples to support a talk on using Swift with ReactiveCocoa for building reactive user interfaces. | 27 |
eventuria/demonstration-gsd | A basic Todo list built on top of Haskell to demonstrate CQRS/Command Sourcing principles | 51 |