8bec5cf499
Will be changing a lot of the API, and do not want to have to change all the unit test and the rest of the code for every single change.
17 lines
243 B
Swift
17 lines
243 B
Swift
//
|
|
// String_Partition_Tests.swift
|
|
// SwiftShell
|
|
//
|
|
// Created by Kåre Morstøl on 20/07/14.
|
|
// Copyright (c) 2014 NotTooBad Software. All rights reserved.
|
|
//
|
|
|
|
import XCTest
|
|
import SwiftShell
|
|
|
|
class String_Partition_Tests: XCTestCase {
|
|
|
|
|
|
|
|
}
|