File tree Expand file tree Collapse file tree 6 files changed +10
-15
lines changed Expand file tree Collapse file tree 6 files changed +10
-15
lines changed Original file line number Diff line number Diff line change 14
14
"testTargets" : [
15
15
{
16
16
"skippedTests" : [
17
- "web3swiftENSTests",
18
- "web3swiftGanacheTests",
19
- "web3swiftRemoteParsingTests",
20
- "web3swiftST20AndSecurityTokenTests",
21
- "web3swiftWebsocketTests",
22
- "web3swift_ENS_Tests",
23
- "web3swift_ST20AndSecurityToken_Tests",
24
- "web3swift_infura_Tests",
25
- "web3swift_remoteParsing_Tests",
26
- "web3swift_websocket_Tests"
17
+ "ENSTests",
18
+ "GanacheTests",
19
+ "RemoteParsingTests",
20
+ "ST20AndSecurityTokenTests",
21
+ "WebsocketTests",
27
22
],
28
23
"target" : {
29
24
"containerPath" : "container:web3swift.xcodeproj",
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ import XCTest
9
9
@testable import web3swift
10
10
11
11
// MARK: Works only with network connection
12
- class web3swiftENSTests : XCTestCase {
12
+ class ENSTests : XCTestCase {
13
13
14
14
func testDomainNormalization( ) throws {
15
15
let normalizedString = NameHash . normalizeDomainName ( " example.ens " )
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ import XCTest
9
9
@testable import web3swift
10
10
11
11
// MARK: Works only with network connection
12
- class web3swiftInfuraTests : XCTestCase {
12
+ class InfuraTests : XCTestCase {
13
13
14
14
func testGetBalance( ) throws {
15
15
do {
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import BigInt
11
11
@testable import web3swift
12
12
13
13
// MARK: Works only with network connection
14
- class web3swiftRemoteParsingTests : XCTestCase {
14
+ class RemoteParsingTests : XCTestCase {
15
15
16
16
func testEventParsing1usingABIv2( ) throws {
17
17
print ( 1 )
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import BigInt
11
11
@testable import web3swift
12
12
13
13
// MARK: Works only with network connection
14
- class web3swiftST20AndSecurityTokenTests : XCTestCase {
14
+ class ST20AndSecurityTokenTests : XCTestCase {
15
15
16
16
func testERC20TokenCreation( ) throws {
17
17
let web3 = Web3 . InfuraKovanWeb3 ( accessToken: Constants . infuraToken)
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ class SpyDelegate: Web3SocketDelegate {
56
56
}
57
57
58
58
// MARK: Works only with network connection
59
- class web3swiftWebsocketTests : XCTestCase {
59
+ class WebsocketTests : XCTestCase {
60
60
61
61
let spyDelegate = SpyDelegate ( )
62
62
var socketProvider : InfuraWebsocketProvider ?
You can’t perform that action at this time.
0 commit comments