1027 lines
26 KiB
C#
1027 lines
26 KiB
C#
using System;
|
|
using UnityEngine;
|
|
|
|
namespace UnityTest
|
|
{
|
|
// Token: 0x020012EE RID: 4846
|
|
[Serializable]
|
|
public class TestResult : DMCGMCLCKHB, IComparable<TestResult>
|
|
{
|
|
// Token: 0x0602A056 RID: 172118 RVA: 0x00BA9384 File Offset: 0x00BA7584
|
|
public string DBFPBHFJAAP()
|
|
{
|
|
return this.id;
|
|
}
|
|
|
|
// Token: 0x0602A057 RID: 172119 RVA: 0x00BA938C File Offset: 0x00BA758C
|
|
public bool DGLOCHLGKDC()
|
|
{
|
|
return this.resultType == TestResult.PNMKLGHOOBL.Timeout;
|
|
}
|
|
|
|
// Token: 0x0602A058 RID: 172120 RVA: 0x00BA9398 File Offset: 0x00BA7598
|
|
public double FPIMNGNDPLI()
|
|
{
|
|
return this.duration;
|
|
}
|
|
|
|
// Token: 0x0602A059 RID: 172121 RVA: 0x00BA93A0 File Offset: 0x00BA75A0
|
|
public string LLPNFFLGJOA()
|
|
{
|
|
return this.messages;
|
|
}
|
|
|
|
// Token: 0x0602A05A RID: 172122 RVA: 0x00BA93A8 File Offset: 0x00BA75A8
|
|
public void GGGPONCFHPC(TestResult FFKCJONOFMM)
|
|
{
|
|
this.resultType = FFKCJONOFMM.resultType;
|
|
this.duration = FFKCJONOFMM.duration;
|
|
this.messages = FFKCJONOFMM.messages;
|
|
this.stacktrace = FFKCJONOFMM.stacktrace;
|
|
}
|
|
|
|
// Token: 0x0602A05B RID: 172123 RVA: 0x00BA93DC File Offset: 0x00BA75DC
|
|
public bool HDJJGKLIFAK()
|
|
{
|
|
return this.resultType == (TestResult.PNMKLGHOOBL)8;
|
|
}
|
|
|
|
// Token: 0x0602A05C RID: 172124 RVA: 0x00BA93EC File Offset: 0x00BA75EC
|
|
public void CGEIHDMHIIE()
|
|
{
|
|
this.resultType = TestResult.PNMKLGHOOBL.NotRun;
|
|
this.duration = 0.0;
|
|
this.messages = string.Empty;
|
|
this.stacktrace = string.Empty;
|
|
}
|
|
|
|
// Token: 0x0602A05D RID: 172125 RVA: 0x00BA941C File Offset: 0x00BA761C
|
|
public string POGFHNKNJLE()
|
|
{
|
|
return this.id;
|
|
}
|
|
|
|
// Token: 0x0602A05E RID: 172126 RVA: 0x00BA9424 File Offset: 0x00BA7624
|
|
public double AJNPDBKDHPB()
|
|
{
|
|
return this.duration;
|
|
}
|
|
|
|
// Token: 0x0602A05F RID: 172127 RVA: 0x00BA942C File Offset: 0x00BA762C
|
|
public void PKKOKHACBCE(TestResult FFKCJONOFMM)
|
|
{
|
|
this.resultType = FFKCJONOFMM.resultType;
|
|
this.duration = FFKCJONOFMM.duration;
|
|
this.messages = FFKCJONOFMM.messages;
|
|
this.stacktrace = FFKCJONOFMM.stacktrace;
|
|
}
|
|
|
|
// Token: 0x0602A060 RID: 172128 RVA: 0x00BA9460 File Offset: 0x00BA7660
|
|
public int HGMBINLKDFC(TestResult GGGBDENGHFM)
|
|
{
|
|
int num = this.FJMILIEMNCO().CompareTo(GGGBDENGHFM.Name);
|
|
if (num == 0)
|
|
{
|
|
num = this.m_Go.GetInstanceID().CompareTo(GGGBDENGHFM.m_Go.GetInstanceID());
|
|
}
|
|
return num;
|
|
}
|
|
|
|
// Token: 0x0602A061 RID: 172129 RVA: 0x00BA94A8 File Offset: 0x00BA76A8
|
|
public void CLCLAHEIJMP(TestResult FFKCJONOFMM)
|
|
{
|
|
this.resultType = FFKCJONOFMM.resultType;
|
|
this.duration = FFKCJONOFMM.duration;
|
|
this.messages = FFKCJONOFMM.messages;
|
|
this.stacktrace = FFKCJONOFMM.stacktrace;
|
|
}
|
|
|
|
// Token: 0x0602A062 RID: 172130 RVA: 0x00BA94DC File Offset: 0x00BA76DC
|
|
public string OOHIJCJDOLA()
|
|
{
|
|
if (this.m_Go != null)
|
|
{
|
|
this.m_Name = this.m_Go.name;
|
|
}
|
|
return this.m_Name;
|
|
}
|
|
|
|
// Token: 0x0602A063 RID: 172131 RVA: 0x00BA9508 File Offset: 0x00BA7708
|
|
public int CompareTo(TestResult GGGBDENGHFM)
|
|
{
|
|
int num = this.Name.CompareTo(GGGBDENGHFM.Name);
|
|
if (num == 0)
|
|
{
|
|
num = this.m_Go.GetInstanceID().CompareTo(GGGBDENGHFM.m_Go.GetInstanceID());
|
|
}
|
|
return num;
|
|
}
|
|
|
|
// Token: 0x0602A064 RID: 172132 RVA: 0x00BA9550 File Offset: 0x00BA7750
|
|
public bool PCFCFPBOAMG()
|
|
{
|
|
return this.resultType == TestResult.PNMKLGHOOBL.Timeout;
|
|
}
|
|
|
|
// Token: 0x0602A065 RID: 172133 RVA: 0x00BA955C File Offset: 0x00BA775C
|
|
public override bool Equals(object INNGECIOBOO)
|
|
{
|
|
if (INNGECIOBOO is TestResult)
|
|
{
|
|
return this.GetHashCode() == INNGECIOBOO.GetHashCode();
|
|
}
|
|
return base.Equals(INNGECIOBOO);
|
|
}
|
|
|
|
// Token: 0x0602A066 RID: 172134 RVA: 0x00BA9580 File Offset: 0x00BA7780
|
|
public virtual int LCNJBAHEBPH()
|
|
{
|
|
return this.id.GetHashCode();
|
|
}
|
|
|
|
// Token: 0x0602A067 RID: 172135 RVA: 0x00BA9590 File Offset: 0x00BA7790
|
|
public string BMKFGEFHHEE()
|
|
{
|
|
return null;
|
|
}
|
|
|
|
// Token: 0x0602A068 RID: 172136 RVA: 0x00BA9594 File Offset: 0x00BA7794
|
|
public void APOCHLCHDIK()
|
|
{
|
|
this.resultType = (TestResult.PNMKLGHOOBL)6;
|
|
this.duration = 8.0;
|
|
this.messages = string.Empty;
|
|
this.stacktrace = string.Empty;
|
|
}
|
|
|
|
// Token: 0x0602A069 RID: 172137 RVA: 0x00BA95C4 File Offset: 0x00BA77C4
|
|
public GameObject MNMIMBHJDDK()
|
|
{
|
|
return this.m_Go;
|
|
}
|
|
|
|
// Token: 0x0602A06A RID: 172138 RVA: 0x00BA95CC File Offset: 0x00BA77CC
|
|
public double PBIOHDFKGIL()
|
|
{
|
|
return this.duration;
|
|
}
|
|
|
|
// Token: 0x0602A06B RID: 172139 RVA: 0x00BA95D4 File Offset: 0x00BA77D4
|
|
public string DEJDKHNEADP()
|
|
{
|
|
if (this.m_Go != null)
|
|
{
|
|
this.m_Name = this.m_Go.name;
|
|
}
|
|
return this.m_Name;
|
|
}
|
|
|
|
// Token: 0x0602A06C RID: 172140 RVA: 0x00BA9600 File Offset: 0x00BA7800
|
|
public bool EJCFCPJLJPL()
|
|
{
|
|
return this.resultType == TestResult.PNMKLGHOOBL.NotRun;
|
|
}
|
|
|
|
// Token: 0x0602A06D RID: 172141 RVA: 0x00BA960C File Offset: 0x00BA780C
|
|
public PHLILCGOKHK HLNMJCJFKLI()
|
|
{
|
|
switch (this.resultType)
|
|
{
|
|
case TestResult.PNMKLGHOOBL.Success:
|
|
return PHLILCGOKHK.Skipped;
|
|
case TestResult.PNMKLGHOOBL.Failed:
|
|
return PHLILCGOKHK.Error;
|
|
case TestResult.PNMKLGHOOBL.Timeout:
|
|
return (PHLILCGOKHK)8;
|
|
case TestResult.PNMKLGHOOBL.NotRun:
|
|
return PHLILCGOKHK.Success;
|
|
case TestResult.PNMKLGHOOBL.FailedException:
|
|
return (PHLILCGOKHK)8;
|
|
case TestResult.PNMKLGHOOBL.Ignored:
|
|
return PHLILCGOKHK.Cancelled;
|
|
default:
|
|
throw new Exception();
|
|
}
|
|
}
|
|
|
|
// Token: 0x0602A06E RID: 172142 RVA: 0x00BA9654 File Offset: 0x00BA7854
|
|
public bool PPEGADKLPJF()
|
|
{
|
|
return this.resultType == TestResult.PNMKLGHOOBL.Failed;
|
|
}
|
|
|
|
// Token: 0x0602A06F RID: 172143 RVA: 0x00BA9660 File Offset: 0x00BA7860
|
|
public int MNJFCIIADDC(TestResult GGGBDENGHFM)
|
|
{
|
|
int num = this.DEJDKHNEADP().CompareTo(GGGBDENGHFM.Name);
|
|
if (num == 0)
|
|
{
|
|
num = this.m_Go.GetInstanceID().CompareTo(GGGBDENGHFM.m_Go.GetInstanceID());
|
|
}
|
|
return num;
|
|
}
|
|
|
|
// Token: 0x0602A070 RID: 172144 RVA: 0x00BA96A8 File Offset: 0x00BA78A8
|
|
public bool BMCBAJKGHCF()
|
|
{
|
|
return this.resultType == TestResult.PNMKLGHOOBL.NotRun;
|
|
}
|
|
|
|
// Token: 0x17001306 RID: 4870
|
|
// (get) Token: 0x0602A071 RID: 172145 RVA: 0x00BA96B4 File Offset: 0x00BA78B4
|
|
public bool IsSuccess
|
|
{
|
|
get
|
|
{
|
|
return this.resultType == TestResult.PNMKLGHOOBL.Success;
|
|
}
|
|
}
|
|
|
|
// Token: 0x17001303 RID: 4867
|
|
// (get) Token: 0x0602A072 RID: 172146 RVA: 0x00BA96C0 File Offset: 0x00BA78C0
|
|
public bool Executed
|
|
{
|
|
get
|
|
{
|
|
return this.resultType != TestResult.PNMKLGHOOBL.NotRun;
|
|
}
|
|
}
|
|
|
|
// Token: 0x0602A073 RID: 172147 RVA: 0x00BA96D0 File Offset: 0x00BA78D0
|
|
public void MKKNMNJPMCM()
|
|
{
|
|
this.resultType = (TestResult.PNMKLGHOOBL)6;
|
|
this.duration = 128.0;
|
|
this.messages = string.Empty;
|
|
this.stacktrace = string.Empty;
|
|
}
|
|
|
|
// Token: 0x0602A074 RID: 172148 RVA: 0x00BA9700 File Offset: 0x00BA7900
|
|
public GameObject BGMJOGMIDLC()
|
|
{
|
|
return this.m_Go;
|
|
}
|
|
|
|
// Token: 0x0602A075 RID: 172149 RVA: 0x00BA9708 File Offset: 0x00BA7908
|
|
public string FMANADHFPDD()
|
|
{
|
|
return null;
|
|
}
|
|
|
|
// Token: 0x17001301 RID: 4865
|
|
// (get) Token: 0x0602A076 RID: 172150 RVA: 0x00BA970C File Offset: 0x00BA790C
|
|
public string Message
|
|
{
|
|
get
|
|
{
|
|
return this.messages;
|
|
}
|
|
}
|
|
|
|
// Token: 0x0602A077 RID: 172151 RVA: 0x00BA9714 File Offset: 0x00BA7914
|
|
public string GAONGPFICON()
|
|
{
|
|
string text = this.JEJCMGALAAE();
|
|
if (this.m_Go != null)
|
|
{
|
|
Transform transform = this.m_Go.transform.parent;
|
|
while (transform != null)
|
|
{
|
|
text = transform.name + "RT" + text;
|
|
transform = transform.transform.parent;
|
|
}
|
|
}
|
|
return text;
|
|
}
|
|
|
|
// Token: 0x0602A078 RID: 172152 RVA: 0x00BA977C File Offset: 0x00BA797C
|
|
public int CCNKBBBEJMG(TestResult GGGBDENGHFM)
|
|
{
|
|
int num = this.OOHIJCJDOLA().CompareTo(GGGBDENGHFM.EOJJDNGNGPC());
|
|
if (num == 0)
|
|
{
|
|
num = this.m_Go.GetInstanceID().CompareTo(GGGBDENGHFM.m_Go.GetInstanceID());
|
|
}
|
|
return num;
|
|
}
|
|
|
|
// Token: 0x0602A079 RID: 172153 RVA: 0x00BA97C4 File Offset: 0x00BA79C4
|
|
public override int GetHashCode()
|
|
{
|
|
return this.id.GetHashCode();
|
|
}
|
|
|
|
// Token: 0x0602A07A RID: 172154 RVA: 0x00BA97D4 File Offset: 0x00BA79D4
|
|
public string BOJLGMMNJMA()
|
|
{
|
|
string text = this.PEGBGFKDJMJ();
|
|
if (this.m_Go != null)
|
|
{
|
|
Transform transform = this.m_Go.transform.parent;
|
|
while (transform != null)
|
|
{
|
|
text = transform.name + "all_newplayerpunchcardobjectives_completed" + text;
|
|
transform = transform.transform.parent;
|
|
}
|
|
}
|
|
return text;
|
|
}
|
|
|
|
// Token: 0x0602A07B RID: 172155 RVA: 0x00BA983C File Offset: 0x00BA7A3C
|
|
public string JEJCMGALAAE()
|
|
{
|
|
if (this.m_Go != null)
|
|
{
|
|
this.m_Name = this.m_Go.name;
|
|
}
|
|
return this.m_Name;
|
|
}
|
|
|
|
// Token: 0x0602A07C RID: 172156 RVA: 0x00BA9868 File Offset: 0x00BA7A68
|
|
public double LMIKIGNMMKL()
|
|
{
|
|
return this.duration;
|
|
}
|
|
|
|
// Token: 0x0602A07D RID: 172157 RVA: 0x00BA9870 File Offset: 0x00BA7A70
|
|
public PHLILCGOKHK FPPEAPJPEKP()
|
|
{
|
|
switch (this.resultType)
|
|
{
|
|
case TestResult.PNMKLGHOOBL.Success:
|
|
return PHLILCGOKHK.Failure;
|
|
case TestResult.PNMKLGHOOBL.Failed:
|
|
return (PHLILCGOKHK)8;
|
|
case TestResult.PNMKLGHOOBL.Timeout:
|
|
return PHLILCGOKHK.Ignored;
|
|
case TestResult.PNMKLGHOOBL.NotRun:
|
|
return PHLILCGOKHK.Failure;
|
|
case TestResult.PNMKLGHOOBL.FailedException:
|
|
return PHLILCGOKHK.Cancelled;
|
|
case TestResult.PNMKLGHOOBL.Ignored:
|
|
return PHLILCGOKHK.Skipped;
|
|
default:
|
|
throw new Exception();
|
|
}
|
|
}
|
|
|
|
// Token: 0x0602A07E RID: 172158 RVA: 0x00BA98B8 File Offset: 0x00BA7AB8
|
|
public void LIEPFLEGIMJ(TestResult FFKCJONOFMM)
|
|
{
|
|
this.resultType = FFKCJONOFMM.resultType;
|
|
this.duration = FFKCJONOFMM.duration;
|
|
this.messages = FFKCJONOFMM.messages;
|
|
this.stacktrace = FFKCJONOFMM.stacktrace;
|
|
}
|
|
|
|
// Token: 0x0602A07F RID: 172159 RVA: 0x00BA98EC File Offset: 0x00BA7AEC
|
|
public PHLILCGOKHK BEIPIKOGHLI()
|
|
{
|
|
switch (this.resultType)
|
|
{
|
|
case TestResult.PNMKLGHOOBL.Success:
|
|
return PHLILCGOKHK.Failure;
|
|
case TestResult.PNMKLGHOOBL.Failed:
|
|
return PHLILCGOKHK.Ignored;
|
|
case TestResult.PNMKLGHOOBL.Timeout:
|
|
return PHLILCGOKHK.Skipped;
|
|
case TestResult.PNMKLGHOOBL.NotRun:
|
|
return PHLILCGOKHK.Success;
|
|
case TestResult.PNMKLGHOOBL.FailedException:
|
|
return PHLILCGOKHK.Failure;
|
|
case TestResult.PNMKLGHOOBL.Ignored:
|
|
return PHLILCGOKHK.Skipped;
|
|
default:
|
|
throw new Exception();
|
|
}
|
|
}
|
|
|
|
// Token: 0x0602A080 RID: 172160 RVA: 0x00BA9934 File Offset: 0x00BA7B34
|
|
public string GKGINLLFHLE()
|
|
{
|
|
return this.stacktrace;
|
|
}
|
|
|
|
// Token: 0x0602A081 RID: 172161 RVA: 0x00BA993C File Offset: 0x00BA7B3C
|
|
public bool KMGKGGHEELG()
|
|
{
|
|
return this.resultType == TestResult.PNMKLGHOOBL.Failed;
|
|
}
|
|
|
|
// Token: 0x0602A082 RID: 172162 RVA: 0x00BA9948 File Offset: 0x00BA7B48
|
|
public string BLLJMAOGPFF()
|
|
{
|
|
string text = this.Name;
|
|
if (this.m_Go != null)
|
|
{
|
|
Transform transform = this.m_Go.transform.parent;
|
|
while (transform != null)
|
|
{
|
|
text = transform.name + "Are you sure you want to purchase this item for {0}?" + text;
|
|
transform = transform.transform.parent;
|
|
}
|
|
}
|
|
return text;
|
|
}
|
|
|
|
// Token: 0x17001300 RID: 4864
|
|
// (get) Token: 0x0602A083 RID: 172163 RVA: 0x00BA99B0 File Offset: 0x00BA7BB0
|
|
public PHLILCGOKHK ResultState
|
|
{
|
|
get
|
|
{
|
|
switch (this.resultType)
|
|
{
|
|
case TestResult.PNMKLGHOOBL.Success:
|
|
return PHLILCGOKHK.Success;
|
|
case TestResult.PNMKLGHOOBL.Failed:
|
|
return PHLILCGOKHK.Failure;
|
|
case TestResult.PNMKLGHOOBL.Timeout:
|
|
return PHLILCGOKHK.Cancelled;
|
|
case TestResult.PNMKLGHOOBL.NotRun:
|
|
return PHLILCGOKHK.Skipped;
|
|
case TestResult.PNMKLGHOOBL.FailedException:
|
|
return PHLILCGOKHK.Error;
|
|
case TestResult.PNMKLGHOOBL.Ignored:
|
|
return PHLILCGOKHK.Ignored;
|
|
default:
|
|
throw new Exception();
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x0602A084 RID: 172164 RVA: 0x00BA99F8 File Offset: 0x00BA7BF8
|
|
public bool OPAGNGCFEJK()
|
|
{
|
|
return this.resultType == (TestResult.PNMKLGHOOBL)8;
|
|
}
|
|
|
|
// Token: 0x1700130B RID: 4875
|
|
// (get) Token: 0x0602A085 RID: 172165 RVA: 0x00BA9A04 File Offset: 0x00BA7C04
|
|
public bool IsIgnored
|
|
{
|
|
get
|
|
{
|
|
return this.resultType == TestResult.PNMKLGHOOBL.Ignored;
|
|
}
|
|
}
|
|
|
|
// Token: 0x0602A086 RID: 172166 RVA: 0x00BA9A10 File Offset: 0x00BA7C10
|
|
public void JPDJGELBKGG()
|
|
{
|
|
this.resultType = (TestResult.PNMKLGHOOBL)8;
|
|
this.duration = 1850.0;
|
|
this.messages = string.Empty;
|
|
this.stacktrace = string.Empty;
|
|
}
|
|
|
|
// Token: 0x0602A087 RID: 172167 RVA: 0x00BA9A40 File Offset: 0x00BA7C40
|
|
public int DJKGKHIKLIM(TestResult GGGBDENGHFM)
|
|
{
|
|
int num = this.FJMILIEMNCO().CompareTo(GGGBDENGHFM.EOJJDNGNGPC());
|
|
if (num == 0)
|
|
{
|
|
num = this.m_Go.GetInstanceID().CompareTo(GGGBDENGHFM.m_Go.GetInstanceID());
|
|
}
|
|
return num;
|
|
}
|
|
|
|
// Token: 0x0602A088 RID: 172168 RVA: 0x00BA9A88 File Offset: 0x00BA7C88
|
|
public PHLILCGOKHK IKCAJHNGBHD()
|
|
{
|
|
switch (this.resultType)
|
|
{
|
|
case TestResult.PNMKLGHOOBL.Success:
|
|
return PHLILCGOKHK.Failure;
|
|
case TestResult.PNMKLGHOOBL.Failed:
|
|
return PHLILCGOKHK.Skipped;
|
|
case TestResult.PNMKLGHOOBL.Timeout:
|
|
return PHLILCGOKHK.Skipped;
|
|
case TestResult.PNMKLGHOOBL.NotRun:
|
|
return PHLILCGOKHK.Cancelled;
|
|
case TestResult.PNMKLGHOOBL.FailedException:
|
|
return PHLILCGOKHK.Skipped;
|
|
case TestResult.PNMKLGHOOBL.Ignored:
|
|
return PHLILCGOKHK.Failure;
|
|
default:
|
|
throw new Exception();
|
|
}
|
|
}
|
|
|
|
// Token: 0x0602A089 RID: 172169 RVA: 0x00BA9AD0 File Offset: 0x00BA7CD0
|
|
public PHLILCGOKHK PADLJAMMCIA()
|
|
{
|
|
switch (this.resultType)
|
|
{
|
|
case TestResult.PNMKLGHOOBL.Success:
|
|
return (PHLILCGOKHK)8;
|
|
case TestResult.PNMKLGHOOBL.Failed:
|
|
return (PHLILCGOKHK)8;
|
|
case TestResult.PNMKLGHOOBL.Timeout:
|
|
return PHLILCGOKHK.Skipped;
|
|
case TestResult.PNMKLGHOOBL.NotRun:
|
|
return PHLILCGOKHK.Error;
|
|
case TestResult.PNMKLGHOOBL.FailedException:
|
|
return PHLILCGOKHK.Cancelled;
|
|
case TestResult.PNMKLGHOOBL.Ignored:
|
|
return PHLILCGOKHK.Error;
|
|
default:
|
|
throw new Exception();
|
|
}
|
|
}
|
|
|
|
// Token: 0x0602A08A RID: 172170 RVA: 0x00BA9B18 File Offset: 0x00BA7D18
|
|
public bool HGBOPKHFOON()
|
|
{
|
|
return this.resultType != TestResult.PNMKLGHOOBL.Ignored;
|
|
}
|
|
|
|
// Token: 0x0602A08B RID: 172171 RVA: 0x00BA9B28 File Offset: 0x00BA7D28
|
|
public string AJGDKKHFJCB()
|
|
{
|
|
return this.stacktrace;
|
|
}
|
|
|
|
// Token: 0x0602A08C RID: 172172 RVA: 0x00BA9B30 File Offset: 0x00BA7D30
|
|
public string EPKEDFPMAOD()
|
|
{
|
|
string text = this.Name;
|
|
if (this.m_Go != null)
|
|
{
|
|
Transform transform = this.m_Go.transform.parent;
|
|
while (transform != null)
|
|
{
|
|
text = transform.name + "{0}v1/registeraccount" + text;
|
|
transform = transform.transform.parent;
|
|
}
|
|
}
|
|
return text;
|
|
}
|
|
|
|
// Token: 0x0602A08D RID: 172173 RVA: 0x00BA9B98 File Offset: 0x00BA7D98
|
|
public string GKHPDAOFDKD()
|
|
{
|
|
return this.stacktrace;
|
|
}
|
|
|
|
// Token: 0x0602A08E RID: 172174 RVA: 0x00BA9BA0 File Offset: 0x00BA7DA0
|
|
public int IHHNFAMHNHM(TestResult GGGBDENGHFM)
|
|
{
|
|
int num = this.DEJDKHNEADP().CompareTo(GGGBDENGHFM.DEJDKHNEADP());
|
|
if (num == 0)
|
|
{
|
|
num = this.m_Go.GetInstanceID().CompareTo(GGGBDENGHFM.m_Go.GetInstanceID());
|
|
}
|
|
return num;
|
|
}
|
|
|
|
// Token: 0x0602A08F RID: 172175 RVA: 0x00BA9BE8 File Offset: 0x00BA7DE8
|
|
public void DLBPEOILIFL(TestResult FFKCJONOFMM)
|
|
{
|
|
this.resultType = FFKCJONOFMM.resultType;
|
|
this.duration = FFKCJONOFMM.duration;
|
|
this.messages = FFKCJONOFMM.messages;
|
|
this.stacktrace = FFKCJONOFMM.stacktrace;
|
|
}
|
|
|
|
// Token: 0x0602A090 RID: 172176 RVA: 0x00BA9C1C File Offset: 0x00BA7E1C
|
|
public string EOJJDNGNGPC()
|
|
{
|
|
if (this.m_Go != null)
|
|
{
|
|
this.m_Name = this.m_Go.name;
|
|
}
|
|
return this.m_Name;
|
|
}
|
|
|
|
// Token: 0x0602A091 RID: 172177 RVA: 0x00BA9C48 File Offset: 0x00BA7E48
|
|
public GameObject LGIADEPLGPG()
|
|
{
|
|
return this.m_Go;
|
|
}
|
|
|
|
// Token: 0x0602A092 RID: 172178 RVA: 0x00BA9C50 File Offset: 0x00BA7E50
|
|
public double DPPAOCAIIAN()
|
|
{
|
|
return this.duration;
|
|
}
|
|
|
|
// Token: 0x0602A093 RID: 172179 RVA: 0x00BA9C58 File Offset: 0x00BA7E58
|
|
public bool CLODFCFENCI()
|
|
{
|
|
return this.resultType != TestResult.PNMKLGHOOBL.Failed && this.resultType != TestResult.PNMKLGHOOBL.Timeout && this.resultType == (TestResult.PNMKLGHOOBL)7;
|
|
}
|
|
|
|
// Token: 0x0602A094 RID: 172180 RVA: 0x00BA9C80 File Offset: 0x00BA7E80
|
|
public string EEPFMDKAKMC()
|
|
{
|
|
if (this.m_Go != null)
|
|
{
|
|
this.m_Name = this.m_Go.name;
|
|
}
|
|
return this.m_Name;
|
|
}
|
|
|
|
// Token: 0x0602A095 RID: 172181 RVA: 0x00BA9CAC File Offset: 0x00BA7EAC
|
|
public double EOHMNFKNODL()
|
|
{
|
|
return this.duration;
|
|
}
|
|
|
|
// Token: 0x17001309 RID: 4873
|
|
// (get) Token: 0x0602A096 RID: 172182 RVA: 0x00BA9CB4 File Offset: 0x00BA7EB4
|
|
public string StackTrace
|
|
{
|
|
get
|
|
{
|
|
return this.stacktrace;
|
|
}
|
|
}
|
|
|
|
// Token: 0x17001305 RID: 4869
|
|
// (get) Token: 0x0602A097 RID: 172183 RVA: 0x00BA9CBC File Offset: 0x00BA7EBC
|
|
public string Id
|
|
{
|
|
get
|
|
{
|
|
return this.id;
|
|
}
|
|
}
|
|
|
|
// Token: 0x0602A098 RID: 172184 RVA: 0x00BA9CC4 File Offset: 0x00BA7EC4
|
|
public int PODLEBONBKN(TestResult GGGBDENGHFM)
|
|
{
|
|
int num = this.EOJJDNGNGPC().CompareTo(GGGBDENGHFM.EOJJDNGNGPC());
|
|
if (num == 0)
|
|
{
|
|
num = this.m_Go.GetInstanceID().CompareTo(GGGBDENGHFM.m_Go.GetInstanceID());
|
|
}
|
|
return num;
|
|
}
|
|
|
|
// Token: 0x0602A099 RID: 172185 RVA: 0x00BA9D0C File Offset: 0x00BA7F0C
|
|
public bool JDPKJIGPDHE()
|
|
{
|
|
return this.resultType == TestResult.PNMKLGHOOBL.Ignored;
|
|
}
|
|
|
|
// Token: 0x0602A09A RID: 172186 RVA: 0x00BA9D18 File Offset: 0x00BA7F18
|
|
public string GJGEHENEOKD()
|
|
{
|
|
return this.messages;
|
|
}
|
|
|
|
// Token: 0x0602A09B RID: 172187 RVA: 0x00BA9D20 File Offset: 0x00BA7F20
|
|
public bool FCAPOFJCKJD()
|
|
{
|
|
return this.resultType != TestResult.PNMKLGHOOBL.Success;
|
|
}
|
|
|
|
// Token: 0x0602A09C RID: 172188 RVA: 0x00BA9D30 File Offset: 0x00BA7F30
|
|
public PHLILCGOKHK ELCFKGCMBPH()
|
|
{
|
|
switch (this.resultType)
|
|
{
|
|
case TestResult.PNMKLGHOOBL.Success:
|
|
return PHLILCGOKHK.Skipped;
|
|
case TestResult.PNMKLGHOOBL.Failed:
|
|
return PHLILCGOKHK.NotRunnable;
|
|
case TestResult.PNMKLGHOOBL.Timeout:
|
|
return PHLILCGOKHK.Cancelled;
|
|
case TestResult.PNMKLGHOOBL.NotRun:
|
|
return PHLILCGOKHK.Success;
|
|
case TestResult.PNMKLGHOOBL.FailedException:
|
|
return PHLILCGOKHK.Error;
|
|
case TestResult.PNMKLGHOOBL.Ignored:
|
|
return PHLILCGOKHK.Success;
|
|
default:
|
|
throw new Exception();
|
|
}
|
|
}
|
|
|
|
// Token: 0x0602A09D RID: 172189 RVA: 0x00BA9D78 File Offset: 0x00BA7F78
|
|
public int IILFNMECHHA(TestResult GGGBDENGHFM)
|
|
{
|
|
int num = this.EEPFMDKAKMC().CompareTo(GGGBDENGHFM.FJMILIEMNCO());
|
|
if (num == 0)
|
|
{
|
|
num = this.m_Go.GetInstanceID().CompareTo(GGGBDENGHFM.m_Go.GetInstanceID());
|
|
}
|
|
return num;
|
|
}
|
|
|
|
// Token: 0x0602A09E RID: 172190 RVA: 0x00BA9DC0 File Offset: 0x00BA7FC0
|
|
public string FJMILIEMNCO()
|
|
{
|
|
if (this.m_Go != null)
|
|
{
|
|
this.m_Name = this.m_Go.name;
|
|
}
|
|
return this.m_Name;
|
|
}
|
|
|
|
// Token: 0x0602A09F RID: 172191 RVA: 0x00BA9DEC File Offset: 0x00BA7FEC
|
|
public void BLLHEOBALBM()
|
|
{
|
|
this.resultType = TestResult.PNMKLGHOOBL.Success;
|
|
this.duration = 209.0;
|
|
this.messages = string.Empty;
|
|
this.stacktrace = string.Empty;
|
|
}
|
|
|
|
// Token: 0x1700130A RID: 4874
|
|
// (get) Token: 0x0602A0A0 RID: 172192 RVA: 0x00BA9E1C File Offset: 0x00BA801C
|
|
public string FullName
|
|
{
|
|
get
|
|
{
|
|
string text = this.Name;
|
|
if (this.m_Go != null)
|
|
{
|
|
Transform transform = this.m_Go.transform.parent;
|
|
while (transform != null)
|
|
{
|
|
text = transform.name + "." + text;
|
|
transform = transform.transform.parent;
|
|
}
|
|
}
|
|
return text;
|
|
}
|
|
}
|
|
|
|
// Token: 0x17001302 RID: 4866
|
|
// (get) Token: 0x0602A0A1 RID: 172193 RVA: 0x00BA9E84 File Offset: 0x00BA8084
|
|
public string Logs
|
|
{
|
|
get
|
|
{
|
|
return null;
|
|
}
|
|
}
|
|
|
|
// Token: 0x17001308 RID: 4872
|
|
// (get) Token: 0x0602A0A2 RID: 172194 RVA: 0x00BA9E88 File Offset: 0x00BA8088
|
|
public double Duration
|
|
{
|
|
get
|
|
{
|
|
return this.duration;
|
|
}
|
|
}
|
|
|
|
// Token: 0x0602A0A3 RID: 172195 RVA: 0x00BA9E90 File Offset: 0x00BA8090
|
|
public bool NBBENHLGKMH()
|
|
{
|
|
return this.resultType == TestResult.PNMKLGHOOBL.Failed;
|
|
}
|
|
|
|
// Token: 0x0602A0A4 RID: 172196 RVA: 0x00BA9E9C File Offset: 0x00BA809C
|
|
public string BHPGHILGJIN()
|
|
{
|
|
return this.messages;
|
|
}
|
|
|
|
// Token: 0x0602A0A5 RID: 172197 RVA: 0x00BA9EA4 File Offset: 0x00BA80A4
|
|
public TestResult(TestComponent LCHOHBGPDMJ)
|
|
{
|
|
this.TestComponent = LCHOHBGPDMJ;
|
|
this.m_Go = LCHOHBGPDMJ.gameObject;
|
|
this.id = LCHOHBGPDMJ.gameObject.GetInstanceID().ToString();
|
|
this.dynamicTest = LCHOHBGPDMJ.dynamic;
|
|
if (this.m_Go != null)
|
|
{
|
|
this.m_Name = this.m_Go.name;
|
|
}
|
|
if (this.dynamicTest)
|
|
{
|
|
this.id = LCHOHBGPDMJ.dynamicTypeName;
|
|
}
|
|
}
|
|
|
|
// Token: 0x0602A0A6 RID: 172198 RVA: 0x00BA9F38 File Offset: 0x00BA8138
|
|
public bool GFJCJKPOIAI()
|
|
{
|
|
return this.resultType == TestResult.PNMKLGHOOBL.FailedException;
|
|
}
|
|
|
|
// Token: 0x0602A0A7 RID: 172199 RVA: 0x00BA9F44 File Offset: 0x00BA8144
|
|
public string OHOOMBCIJON()
|
|
{
|
|
return null;
|
|
}
|
|
|
|
// Token: 0x0602A0A8 RID: 172200 RVA: 0x00BA9F48 File Offset: 0x00BA8148
|
|
public bool MLBEJPIPBCN()
|
|
{
|
|
return this.resultType == (TestResult.PNMKLGHOOBL)6;
|
|
}
|
|
|
|
// Token: 0x0602A0A9 RID: 172201 RVA: 0x00BA9F58 File Offset: 0x00BA8158
|
|
public void OFKHEPNEFGP(TestResult FFKCJONOFMM)
|
|
{
|
|
this.resultType = FFKCJONOFMM.resultType;
|
|
this.duration = FFKCJONOFMM.duration;
|
|
this.messages = FFKCJONOFMM.messages;
|
|
this.stacktrace = FFKCJONOFMM.stacktrace;
|
|
}
|
|
|
|
// Token: 0x0602A0AA RID: 172202 RVA: 0x00BA9F8C File Offset: 0x00BA818C
|
|
public string GBLOHKIKJHD()
|
|
{
|
|
return this.id;
|
|
}
|
|
|
|
// Token: 0x0602A0AB RID: 172203 RVA: 0x00BA9F94 File Offset: 0x00BA8194
|
|
public void BPJAIPDBIFC(TestResult FFKCJONOFMM)
|
|
{
|
|
this.resultType = FFKCJONOFMM.resultType;
|
|
this.duration = FFKCJONOFMM.duration;
|
|
this.messages = FFKCJONOFMM.messages;
|
|
this.stacktrace = FFKCJONOFMM.stacktrace;
|
|
}
|
|
|
|
// Token: 0x0602A0AC RID: 172204 RVA: 0x00BA9FC8 File Offset: 0x00BA81C8
|
|
public string HPDKCKNLOFH()
|
|
{
|
|
return this.id;
|
|
}
|
|
|
|
// Token: 0x17001307 RID: 4871
|
|
// (get) Token: 0x0602A0AD RID: 172205 RVA: 0x00BA9FD0 File Offset: 0x00BA81D0
|
|
public bool IsTimeout
|
|
{
|
|
get
|
|
{
|
|
return this.resultType == TestResult.PNMKLGHOOBL.Timeout;
|
|
}
|
|
}
|
|
|
|
// Token: 0x0602A0AE RID: 172206 RVA: 0x00BA9FDC File Offset: 0x00BA81DC
|
|
public string PEGBGFKDJMJ()
|
|
{
|
|
if (this.m_Go != null)
|
|
{
|
|
this.m_Name = this.m_Go.name;
|
|
}
|
|
return this.m_Name;
|
|
}
|
|
|
|
// Token: 0x0602A0AF RID: 172207 RVA: 0x00BAA008 File Offset: 0x00BA8208
|
|
public bool JBLFLAIMPCM()
|
|
{
|
|
return this.resultType != TestResult.PNMKLGHOOBL.Success && this.resultType != TestResult.PNMKLGHOOBL.FailedException && this.resultType == TestResult.PNMKLGHOOBL.Success;
|
|
}
|
|
|
|
// Token: 0x0602A0B0 RID: 172208 RVA: 0x00BAA030 File Offset: 0x00BA8230
|
|
public PHLILCGOKHK HELOEBENGOF()
|
|
{
|
|
switch (this.resultType)
|
|
{
|
|
case TestResult.PNMKLGHOOBL.Success:
|
|
return PHLILCGOKHK.Error;
|
|
case TestResult.PNMKLGHOOBL.Failed:
|
|
return PHLILCGOKHK.Skipped;
|
|
case TestResult.PNMKLGHOOBL.Timeout:
|
|
return PHLILCGOKHK.Success;
|
|
case TestResult.PNMKLGHOOBL.NotRun:
|
|
return PHLILCGOKHK.Error;
|
|
case TestResult.PNMKLGHOOBL.FailedException:
|
|
return PHLILCGOKHK.Skipped;
|
|
case TestResult.PNMKLGHOOBL.Ignored:
|
|
return PHLILCGOKHK.Skipped;
|
|
default:
|
|
throw new Exception();
|
|
}
|
|
}
|
|
|
|
// Token: 0x0602A0B1 RID: 172209 RVA: 0x00BAA078 File Offset: 0x00BA8278
|
|
public string GENAGOPJDNE()
|
|
{
|
|
return this.id;
|
|
}
|
|
|
|
// Token: 0x17001304 RID: 4868
|
|
// (get) Token: 0x0602A0B2 RID: 172210 RVA: 0x00BAA080 File Offset: 0x00BA8280
|
|
public string Name
|
|
{
|
|
get
|
|
{
|
|
if (this.m_Go != null)
|
|
{
|
|
this.m_Name = this.m_Go.name;
|
|
}
|
|
return this.m_Name;
|
|
}
|
|
}
|
|
|
|
// Token: 0x0602A0B3 RID: 172211 RVA: 0x00BAA0AC File Offset: 0x00BA82AC
|
|
public string HGMJMIJEFFK()
|
|
{
|
|
return this.messages;
|
|
}
|
|
|
|
// Token: 0x0602A0B4 RID: 172212 RVA: 0x00BAA0B4 File Offset: 0x00BA82B4
|
|
public string OAAGJONGFFO()
|
|
{
|
|
return this.messages;
|
|
}
|
|
|
|
// Token: 0x170012FF RID: 4863
|
|
// (get) Token: 0x0602A0B5 RID: 172213 RVA: 0x00BAA0BC File Offset: 0x00BA82BC
|
|
public GameObject GameObject
|
|
{
|
|
get
|
|
{
|
|
return this.m_Go;
|
|
}
|
|
}
|
|
|
|
// Token: 0x0602A0B6 RID: 172214 RVA: 0x00BAA0C4 File Offset: 0x00BA82C4
|
|
public bool AKOGHIHACFE()
|
|
{
|
|
return this.resultType == TestResult.PNMKLGHOOBL.NotRun;
|
|
}
|
|
|
|
// Token: 0x1700130C RID: 4876
|
|
// (get) Token: 0x0602A0B7 RID: 172215 RVA: 0x00BAA0D0 File Offset: 0x00BA82D0
|
|
public bool IsFailure
|
|
{
|
|
get
|
|
{
|
|
return this.resultType == TestResult.PNMKLGHOOBL.Failed || this.resultType == TestResult.PNMKLGHOOBL.FailedException || this.resultType == TestResult.PNMKLGHOOBL.Timeout;
|
|
}
|
|
}
|
|
|
|
// Token: 0x0602A0B8 RID: 172216 RVA: 0x00BAA0F8 File Offset: 0x00BA82F8
|
|
public GameObject AFIHCGGEIJE()
|
|
{
|
|
return this.m_Go;
|
|
}
|
|
|
|
// Token: 0x0602A0B9 RID: 172217 RVA: 0x00BAA100 File Offset: 0x00BA8300
|
|
public string AMHHFNJHAAB()
|
|
{
|
|
return this.stacktrace;
|
|
}
|
|
|
|
// Token: 0x0602A0BA RID: 172218 RVA: 0x00BAA108 File Offset: 0x00BA8308
|
|
public bool IMHBFPMMNFD()
|
|
{
|
|
return this.resultType == TestResult.PNMKLGHOOBL.Timeout;
|
|
}
|
|
|
|
// Token: 0x0602A0BB RID: 172219 RVA: 0x00BAA114 File Offset: 0x00BA8314
|
|
public void AAEJCJGGKEJ(TestResult FFKCJONOFMM)
|
|
{
|
|
this.resultType = FFKCJONOFMM.resultType;
|
|
this.duration = FFKCJONOFMM.duration;
|
|
this.messages = FFKCJONOFMM.messages;
|
|
this.stacktrace = FFKCJONOFMM.stacktrace;
|
|
}
|
|
|
|
// Token: 0x0400673E RID: 26430
|
|
private readonly GameObject m_Go;
|
|
|
|
// Token: 0x0400673F RID: 26431
|
|
private string m_Name;
|
|
|
|
// Token: 0x04006740 RID: 26432
|
|
public TestResult.PNMKLGHOOBL resultType = TestResult.PNMKLGHOOBL.NotRun;
|
|
|
|
// Token: 0x04006741 RID: 26433
|
|
public double duration;
|
|
|
|
// Token: 0x04006742 RID: 26434
|
|
public string messages;
|
|
|
|
// Token: 0x04006743 RID: 26435
|
|
public string stacktrace;
|
|
|
|
// Token: 0x04006744 RID: 26436
|
|
public string id;
|
|
|
|
// Token: 0x04006745 RID: 26437
|
|
public bool dynamicTest;
|
|
|
|
// Token: 0x04006746 RID: 26438
|
|
public TestComponent TestComponent;
|
|
|
|
// Token: 0x020012EF RID: 4847
|
|
public enum PNMKLGHOOBL
|
|
{
|
|
// Token: 0x04006748 RID: 26440
|
|
Success,
|
|
// Token: 0x04006749 RID: 26441
|
|
Failed,
|
|
// Token: 0x0400674A RID: 26442
|
|
Timeout,
|
|
// Token: 0x0400674B RID: 26443
|
|
NotRun,
|
|
// Token: 0x0400674C RID: 26444
|
|
FailedException,
|
|
// Token: 0x0400674D RID: 26445
|
|
Ignored
|
|
}
|
|
}
|
|
}
|