Update unit tests
This commit is contained in:
@@ -0,0 +1,48 @@
|
||||
// Image 0: mscorlib.dll - 0
|
||||
// Image 1: GenericTypes.dll - 1810
|
||||
|
||||
// Namespace: Il2CppTests.TestSources
|
||||
public class Base<T, U> // TypeDefIndex: 1811
|
||||
{
|
||||
// Constructors
|
||||
public Base();
|
||||
|
||||
}
|
||||
|
||||
// Namespace: Il2CppTests.TestSources
|
||||
public class Derived<V> : Base<string, V> // TypeDefIndex: 1812
|
||||
{
|
||||
// Fields
|
||||
public G<Derived<V>> F; // 0x00
|
||||
|
||||
// Nested types
|
||||
public class Nested<V> // TypeDefIndex: 1813
|
||||
{
|
||||
// Constructors
|
||||
public Nested();
|
||||
|
||||
}
|
||||
|
||||
// Constructors
|
||||
public Derived();
|
||||
|
||||
}
|
||||
|
||||
// Namespace: Il2CppTests.TestSources
|
||||
public class G<T> // TypeDefIndex: 1814
|
||||
{
|
||||
// Constructors
|
||||
public G();
|
||||
|
||||
}
|
||||
|
||||
// Namespace: Il2CppTests.TestSources
|
||||
internal class Test // TypeDefIndex: 1815
|
||||
{
|
||||
// Constructors
|
||||
public Test(); // 0x00000001800E2000
|
||||
|
||||
// Methods
|
||||
public void GenericTypesTest(); // 0x00000001803E0E50
|
||||
}
|
||||
|
||||
@@ -0,0 +1,48 @@
|
||||
// Image 0: mscorlib.dll - 0
|
||||
// Image 1: GenericTypes.dll - 1810
|
||||
|
||||
// Namespace: Il2CppTests.TestSources
|
||||
public class Base<T, U> // TypeDefIndex: 1811
|
||||
{
|
||||
// Constructors
|
||||
public Base();
|
||||
|
||||
}
|
||||
|
||||
// Namespace: Il2CppTests.TestSources
|
||||
public class Derived<V> : Base<string, V> // TypeDefIndex: 1812
|
||||
{
|
||||
// Fields
|
||||
public G<Derived<V>> F; // 0x00
|
||||
|
||||
// Nested types
|
||||
public class Nested<V> // TypeDefIndex: 1813
|
||||
{
|
||||
// Constructors
|
||||
public Nested();
|
||||
|
||||
}
|
||||
|
||||
// Constructors
|
||||
public Derived();
|
||||
|
||||
}
|
||||
|
||||
// Namespace: Il2CppTests.TestSources
|
||||
public class G<T> // TypeDefIndex: 1814
|
||||
{
|
||||
// Constructors
|
||||
public G();
|
||||
|
||||
}
|
||||
|
||||
// Namespace: Il2CppTests.TestSources
|
||||
internal class Test // TypeDefIndex: 1815
|
||||
{
|
||||
// Constructors
|
||||
public Test(); // 0x100BF000
|
||||
|
||||
// Methods
|
||||
public void GenericTypesTest(); // 0x1034DA60
|
||||
}
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
48
Il2CppTests/TestExpectedResults/GenericTypes.cs
Normal file
48
Il2CppTests/TestExpectedResults/GenericTypes.cs
Normal file
@@ -0,0 +1,48 @@
|
||||
// Image 0: mscorlib.dll - 0
|
||||
// Image 1: GenericTypes.dll - 1810
|
||||
|
||||
// Namespace: Il2CppTests.TestSources
|
||||
public class Base<T, U> // TypeDefIndex: 1811
|
||||
{
|
||||
// Constructors
|
||||
public Base();
|
||||
|
||||
}
|
||||
|
||||
// Namespace: Il2CppTests.TestSources
|
||||
public class Derived<V> : Base<string, V> // TypeDefIndex: 1812
|
||||
{
|
||||
// Fields
|
||||
public G<Derived<V>> F; // 0x00
|
||||
|
||||
// Nested types
|
||||
public class Nested<V> // TypeDefIndex: 1813
|
||||
{
|
||||
// Constructors
|
||||
public Nested();
|
||||
|
||||
}
|
||||
|
||||
// Constructors
|
||||
public Derived();
|
||||
|
||||
}
|
||||
|
||||
// Namespace: Il2CppTests.TestSources
|
||||
public class G<T> // TypeDefIndex: 1814
|
||||
{
|
||||
// Constructors
|
||||
public G();
|
||||
|
||||
}
|
||||
|
||||
// Namespace: Il2CppTests.TestSources
|
||||
internal class Test // TypeDefIndex: 1815
|
||||
{
|
||||
// Constructors
|
||||
public Test(); // 0x00561704
|
||||
|
||||
// Methods
|
||||
public void GenericTypesTest(); // 0x00561548
|
||||
}
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user