Logo
Explore Help
Sign In
encounter/JSONAPI
0
0
Fork 0
You've already forked JSONAPI
mirror of https://github.com/encounter/JSONAPI.git synced 2026-07-10 12:18:40 -07:00
Code Issues Packages Projects Releases Wiki Activity
Files
master
JSONAPI/Tests/LinuxMain.swift
T

11 lines
188 B
Swift
Raw Permalink Normal View History

Initial commit of files taken from a package started as part of another project.
2018-11-12 20:36:03 -08:00
import XCTest
Add placeholder test to arbitrary test target.
2019-01-20 18:34:24 -08:00
import JSONAPITestingTests
Update linuxmain, slightly update wording and indentation on example at bottom of README.
2019-07-24 19:43:11 -07:00
import JSONAPITests
Initial commit of files taken from a package started as part of another project.
2018-11-12 20:36:03 -08:00
var tests = [XCTestCaseEntry]()
Add placeholder test to arbitrary test target.
2019-01-20 18:34:24 -08:00
tests += JSONAPITestingTests.__allTests()
Update linuxmain, slightly update wording and indentation on example at bottom of README.
2019-07-24 19:43:11 -07:00
tests += JSONAPITests.__allTests()
Remove auto generated and other unneeded files, update linux main test file.
2018-11-12 21:59:21 -08:00
XCTMain(tests)
Reference in New Issue Copy Permalink
Powered by Gitea Page: 113ms Template: 32ms
Auto
English
English
Licenses API