Working on DART result unit test
This commit is contained in:
@@ -52,6 +52,12 @@
|
||||
34F1900C2A41982A0068C697 /* KissIndexResult.swift in Sources */ = {isa = PBXBuildFile; fileRef = 34F1900B2A41982A0068C697 /* KissIndexResult.swift */; };
|
||||
34F1900F2A426D150068C697 /* ShopContext.swift in Sources */ = {isa = PBXBuildFile; fileRef = 34F1900E2A426D150068C697 /* ShopContext.swift */; };
|
||||
34F190112A4394EB0068C697 /* LocalContext.swift in Sources */ = {isa = PBXBuildFile; fileRef = 34F190102A4394EB0068C697 /* LocalContext.swift */; };
|
||||
34F844042A609A6000152D98 /* EquitySecurityResult.json in Resources */ = {isa = PBXBuildFile; fileRef = 34F844032A609A6000152D98 /* EquitySecurityResult.json */; };
|
||||
34F844072A61799500152D98 /* StockExchangeTransferResult.json in Resources */ = {isa = PBXBuildFile; fileRef = 34F844062A61799500152D98 /* StockExchangeTransferResult.json */; };
|
||||
34F844092A6179D000152D98 /* MergerResult.json in Resources */ = {isa = PBXBuildFile; fileRef = 34F844082A6179D000152D98 /* MergerResult.json */; };
|
||||
34F8440B2A6179FA00152D98 /* EntrustedSecurityResult.json in Resources */ = {isa = PBXBuildFile; fileRef = 34F8440A2A6179FA00152D98 /* EntrustedSecurityResult.json */; };
|
||||
34F8440D2A617A2100152D98 /* DebtSecurityResult.json in Resources */ = {isa = PBXBuildFile; fileRef = 34F8440C2A617A2100152D98 /* DebtSecurityResult.json */; };
|
||||
34F8440F2A617A3D00152D98 /* DivisionResult.json in Resources */ = {isa = PBXBuildFile; fileRef = 34F8440E2A617A3D00152D98 /* DivisionResult.json */; };
|
||||
/* End PBXBuildFile section */
|
||||
|
||||
/* Begin PBXContainerItemProxy section */
|
||||
@@ -111,6 +117,12 @@
|
||||
34F1900B2A41982A0068C697 /* KissIndexResult.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = KissIndexResult.swift; sourceTree = "<group>"; };
|
||||
34F1900E2A426D150068C697 /* ShopContext.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ShopContext.swift; sourceTree = "<group>"; };
|
||||
34F190102A4394EB0068C697 /* LocalContext.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = LocalContext.swift; sourceTree = "<group>"; };
|
||||
34F844032A609A6000152D98 /* EquitySecurityResult.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; name = EquitySecurityResult.json; path = "../New Group/EquitySecurityResult.json"; sourceTree = "<group>"; };
|
||||
34F844062A61799500152D98 /* StockExchangeTransferResult.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = StockExchangeTransferResult.json; sourceTree = "<group>"; };
|
||||
34F844082A6179D000152D98 /* MergerResult.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = MergerResult.json; sourceTree = "<group>"; };
|
||||
34F8440A2A6179FA00152D98 /* EntrustedSecurityResult.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = EntrustedSecurityResult.json; sourceTree = "<group>"; };
|
||||
34F8440C2A617A2100152D98 /* DebtSecurityResult.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = DebtSecurityResult.json; sourceTree = "<group>"; };
|
||||
34F8440E2A617A3D00152D98 /* DivisionResult.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = DivisionResult.json; sourceTree = "<group>"; };
|
||||
/* End PBXFileReference section */
|
||||
|
||||
/* Begin PBXFrameworksBuildPhase section */
|
||||
@@ -172,6 +184,7 @@
|
||||
341F5EB92A0A80EC00962D48 /* KissMeTests */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
34F844052A61797700152D98 /* JSON */,
|
||||
341F5EBA2A0A80EC00962D48 /* KissMeTests.swift */,
|
||||
);
|
||||
name = KissMeTests;
|
||||
@@ -282,6 +295,19 @@
|
||||
path = Context;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
34F844052A61797700152D98 /* JSON */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
34F844062A61799500152D98 /* StockExchangeTransferResult.json */,
|
||||
34F844082A6179D000152D98 /* MergerResult.json */,
|
||||
34F8440A2A6179FA00152D98 /* EntrustedSecurityResult.json */,
|
||||
34F8440C2A617A2100152D98 /* DebtSecurityResult.json */,
|
||||
34F8440E2A617A3D00152D98 /* DivisionResult.json */,
|
||||
34F844032A609A6000152D98 /* EquitySecurityResult.json */,
|
||||
);
|
||||
path = JSON;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
/* End PBXGroup section */
|
||||
|
||||
/* Begin PBXHeadersBuildPhase section */
|
||||
@@ -381,6 +407,12 @@
|
||||
isa = PBXResourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
34F844092A6179D000152D98 /* MergerResult.json in Resources */,
|
||||
34F8440F2A617A3D00152D98 /* DivisionResult.json in Resources */,
|
||||
34F8440B2A6179FA00152D98 /* EntrustedSecurityResult.json in Resources */,
|
||||
34F844042A609A6000152D98 /* EquitySecurityResult.json in Resources */,
|
||||
34F844072A61799500152D98 /* StockExchangeTransferResult.json in Resources */,
|
||||
34F8440D2A617A2100152D98 /* DebtSecurityResult.json in Resources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
@@ -654,8 +686,8 @@
|
||||
CURRENT_PROJECT_VERSION = 1;
|
||||
DEVELOPMENT_TEAM = NYU8YAYHF8;
|
||||
GENERATE_INFOPLIST_FILE = YES;
|
||||
IPHONEOS_DEPLOYMENT_TARGET = 16.4;
|
||||
MACOSX_DEPLOYMENT_TARGET = 13.3;
|
||||
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
|
||||
MACOSX_DEPLOYMENT_TARGET = 13.0;
|
||||
MARKETING_VERSION = 1.0;
|
||||
PRODUCT_BUNDLE_IDENTIFIER = com.ened.KissMeTests;
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
@@ -675,8 +707,8 @@
|
||||
CURRENT_PROJECT_VERSION = 1;
|
||||
DEVELOPMENT_TEAM = NYU8YAYHF8;
|
||||
GENERATE_INFOPLIST_FILE = YES;
|
||||
IPHONEOS_DEPLOYMENT_TARGET = 16.4;
|
||||
MACOSX_DEPLOYMENT_TARGET = 13.3;
|
||||
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
|
||||
MACOSX_DEPLOYMENT_TARGET = 13.0;
|
||||
MARKETING_VERSION = 1.0;
|
||||
PRODUCT_BUNDLE_IDENTIFIER = com.ened.KissMeTests;
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
|
||||
@@ -0,0 +1,79 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Scheme
|
||||
LastUpgradeVersion = "1430"
|
||||
version = "1.7">
|
||||
<BuildAction
|
||||
parallelizeBuildables = "YES"
|
||||
buildImplicitDependencies = "YES">
|
||||
<BuildActionEntries>
|
||||
<BuildActionEntry
|
||||
buildForTesting = "YES"
|
||||
buildForRunning = "YES"
|
||||
buildForProfiling = "YES"
|
||||
buildForArchiving = "YES"
|
||||
buildForAnalyzing = "YES">
|
||||
<BuildableReference
|
||||
BuildableIdentifier = "primary"
|
||||
BlueprintIdentifier = "341F5EAA2A0A80EC00962D48"
|
||||
BuildableName = "KissMe.framework"
|
||||
BlueprintName = "KissMe"
|
||||
ReferencedContainer = "container:KissMe.xcodeproj">
|
||||
</BuildableReference>
|
||||
</BuildActionEntry>
|
||||
</BuildActionEntries>
|
||||
</BuildAction>
|
||||
<TestAction
|
||||
buildConfiguration = "Debug"
|
||||
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
|
||||
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
|
||||
shouldUseLaunchSchemeArgsEnv = "YES"
|
||||
shouldAutocreateTestPlan = "YES">
|
||||
<Testables>
|
||||
<TestableReference
|
||||
skipped = "NO"
|
||||
parallelizable = "YES">
|
||||
<BuildableReference
|
||||
BuildableIdentifier = "primary"
|
||||
BlueprintIdentifier = "341F5EB42A0A80EC00962D48"
|
||||
BuildableName = "KissMeTests.xctest"
|
||||
BlueprintName = "KissMeTests"
|
||||
ReferencedContainer = "container:KissMe.xcodeproj">
|
||||
</BuildableReference>
|
||||
</TestableReference>
|
||||
</Testables>
|
||||
</TestAction>
|
||||
<LaunchAction
|
||||
buildConfiguration = "Debug"
|
||||
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
|
||||
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
|
||||
launchStyle = "0"
|
||||
useCustomWorkingDirectory = "NO"
|
||||
ignoresPersistentStateOnLaunch = "NO"
|
||||
debugDocumentVersioning = "YES"
|
||||
debugServiceExtension = "internal"
|
||||
allowLocationSimulation = "YES">
|
||||
</LaunchAction>
|
||||
<ProfileAction
|
||||
buildConfiguration = "Release"
|
||||
shouldUseLaunchSchemeArgsEnv = "YES"
|
||||
savedToolIdentifier = ""
|
||||
useCustomWorkingDirectory = "NO"
|
||||
debugDocumentVersioning = "YES">
|
||||
<MacroExpansion>
|
||||
<BuildableReference
|
||||
BuildableIdentifier = "primary"
|
||||
BlueprintIdentifier = "341F5EAA2A0A80EC00962D48"
|
||||
BuildableName = "KissMe.framework"
|
||||
BlueprintName = "KissMe"
|
||||
ReferencedContainer = "container:KissMe.xcodeproj">
|
||||
</BuildableReference>
|
||||
</MacroExpansion>
|
||||
</ProfileAction>
|
||||
<AnalyzeAction
|
||||
buildConfiguration = "Debug">
|
||||
</AnalyzeAction>
|
||||
<ArchiveAction
|
||||
buildConfiguration = "Release"
|
||||
revealArchiveInOrganizer = "YES">
|
||||
</ArchiveAction>
|
||||
</Scheme>
|
||||
@@ -0,0 +1,54 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Scheme
|
||||
LastUpgradeVersion = "1430"
|
||||
version = "1.7">
|
||||
<BuildAction
|
||||
parallelizeBuildables = "YES"
|
||||
buildImplicitDependencies = "YES">
|
||||
</BuildAction>
|
||||
<TestAction
|
||||
buildConfiguration = "Debug"
|
||||
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
|
||||
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
|
||||
shouldUseLaunchSchemeArgsEnv = "YES"
|
||||
shouldAutocreateTestPlan = "YES">
|
||||
<Testables>
|
||||
<TestableReference
|
||||
skipped = "NO"
|
||||
parallelizable = "YES">
|
||||
<BuildableReference
|
||||
BuildableIdentifier = "primary"
|
||||
BlueprintIdentifier = "341F5EB42A0A80EC00962D48"
|
||||
BuildableName = "KissMeTests.xctest"
|
||||
BlueprintName = "KissMeTests"
|
||||
ReferencedContainer = "container:KissMe.xcodeproj">
|
||||
</BuildableReference>
|
||||
</TestableReference>
|
||||
</Testables>
|
||||
</TestAction>
|
||||
<LaunchAction
|
||||
buildConfiguration = "Debug"
|
||||
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
|
||||
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
|
||||
launchStyle = "0"
|
||||
useCustomWorkingDirectory = "NO"
|
||||
ignoresPersistentStateOnLaunch = "NO"
|
||||
debugDocumentVersioning = "YES"
|
||||
debugServiceExtension = "internal"
|
||||
allowLocationSimulation = "YES">
|
||||
</LaunchAction>
|
||||
<ProfileAction
|
||||
buildConfiguration = "Release"
|
||||
shouldUseLaunchSchemeArgsEnv = "YES"
|
||||
savedToolIdentifier = ""
|
||||
useCustomWorkingDirectory = "NO"
|
||||
debugDocumentVersioning = "YES">
|
||||
</ProfileAction>
|
||||
<AnalyzeAction
|
||||
buildConfiguration = "Debug">
|
||||
</AnalyzeAction>
|
||||
<ArchiveAction
|
||||
buildConfiguration = "Release"
|
||||
revealArchiveInOrganizer = "YES">
|
||||
</ArchiveAction>
|
||||
</Scheme>
|
||||
Reference in New Issue
Block a user