This commit is contained in:
2025-01-17 13:10:42 +01:00
commit 4536213c91
15115 changed files with 1442174 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
{
"timestamp": 1688030984,
"signature": "ncFkr645eVX72yCqlvZDGBnzKJ7y+CXGQUIFF/cktadzxIRmlVWHmLtb5VzeH3mSBjpXdQvX9nkCxbPkrVLucxjzaVFTbbyVsZrxKwAdIjBmqVtThR8WWHaOJje/7M0HE59Ev1OX2r5iqb+hBNMOcxQP0kELj5iktWHWiCPhS3h276Mv9n7zkwAXFPr1pxqyGTlexJ5wvrTQrgOcFi5QspozxWUm1cr0JPdDcUr3KWRGQwkBex2+xezncKH6GOIb9/TM9mO0VuQ2lHNPDG4zA0rrF6v/8ivVsNs0bY7ydgGTtDONtaK4KTkhDt9WAtNi3A+JjviaAPFQd+UKsqdIpJ1Xj5UszypJKxatwV3b15iPuwVwXJhlwHX5m10zEyWvlHLEVi3HJgbaiDFMzkZXCrErKYJbO2LTTxqEf82Ukfc5CT/A/4dAQJW/ddJFCRuBBAXFoqPk6ZzisUkJerca59IJrr1Yn8GqV0bPfaQfqAc5/6M2nvZMRxzd1KHN2o0b",
"publicKey": "LS0tLS1CRUdJTiBQVUJMSUMgS0VZLS0tLS0KTUlJQm9qQU5CZ2txaGtpRzl3MEJBUUVGQUFPQ0FZOEFNSUlCaWdLQ0FZRUFzdUhXYUhsZ0I1cVF4ZEJjTlJKSAordHR4SmoxcVY1NTdvMlZaRE1XaXhYRVBkRTBEMVFkT1JIRXNSS1RscmplUXlERU83ZlNQS0ZwZ1A3MU5TTnJCCkFHM2NFSU45aHNQVDhOVmllZmdWem5QTkVMenFkVmdEbFhpb2VpUnV6OERKWFgvblpmU1JWKytwbk9ySTRibG4KS0twelJlNW14OTc1SjhxZ1FvRktKT0NNRlpHdkJMR2MxSzZZaEIzOHJFODZCZzgzbUovWjBEYkVmQjBxZm13cgo2ZDVFUXFsd0E5Y3JZT1YyV1VpWXprSnBLNmJZNzRZNmM1TmpBcEFKeGNiaTFOaDlRVEhUcU44N0ZtMDF0R1ZwCjVNd1pXSWZuYVRUemEvTGZLelR5U0pka0tldEZMVGdkYXpMYlpzUEE2aHBSK0FJRTJhc0tLTi84UUk1N3UzU2cKL2xyMnZKS1IvU2l5eEN1Q20vQWJkYnJMbXk0WjlSdm1jMGdpclA4T0lLQWxBRWZ2TzV5Z2hSKy8vd1RpTFlzUQp1SllDM0V2UE16ZGdKUzdGR2FscnFLZzlPTCsxVzROY05yNWdveVdSUUJ0cktKaWlTZEJVWmVxb0RvSUY5NHpCCndGbzJJT1JFdXFqcU51M3diMWZIM3p1dGdtalFra3IxVjJhd3hmcExLWlROQWdNQkFBRT0KLS0tLS1FTkQgUFVCTElDIEtFWS0tLS0tCg"
}

View File

@@ -0,0 +1,43 @@
# Changelog
## [2.0.5] - 2023-06-28
- Fixing bug for InstanceID as struct changes
## [2.0.4] - 2023-06-21
- Added support for InstanceID as struct changes
## [2.0.3] - 2022-05-31
- Added unique test ID for repeated tests
- Added ContainKey and ContainValue constaints for dictionaries
- Fixed unexpected null exception when using EmptyConstraint with a null object
## [2.0.2] - 2021-10-19
- STAR reviews updates.
## [2.0.1] - 2021-09-23
- Minumum unity version lowered to 2019.4
## [2.0.0] - 2021-06-23
- Upgrade to dotnet 4.0
## [1.0.6] - 2020-11-30
- isExplicitlyReferenced set to 0 (case 1296162)
## [1.0.5] - 2020-11-04
- Removed pdb files
## [1.0.4] - 2020-11-03
- Added the portable-pdb (DSTR-37)
## [1.0.3] - 2020-10-30
- Fixed being able to load mdb or portable-pdb symbolsbug (DSTR-37)
- Minimum unity version updated (case 1279253)
## [1.0.2] - 2019-12-04
- Added missed metafiles
## [0.0.1] - 2019-02-21
### This is the first release of *Unity Package com.unity.ext.nunit*.
- Migrated the custom version of nunit from inside of unity.

View File

@@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: f49bbe06ffa5ae24abe32abdab430c24
TextScriptImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,7 @@
# Custom Nunit manual
## Package Summary
A custom version of NUnit used by Unity Test Framework. Based on NUnit version 3.5 and works with all platforms, il2cpp and Mono AOT.
See the [NUnit documentation](https://docs.nunit.org/) for more information.

View File

@@ -0,0 +1,5 @@
Custom Nunit copyright © 2019 Unity Technologies
Licensed under the Unity Package Distribution License (see https://unity3d.com/legal/licenses/Unity_Package_Distribution_License ).
Unless expressly provided otherwise, the software under this license is made available strictly on an “AS IS” BASIS WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED. Please review the license for details on these and other terms and conditions.

View File

@@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: f91a00d2dca52b843b2d50ccf750737d
TextScriptImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,10 @@
# Custom Nunit build to work with Unity
This version of nunit works with all platforms, il2cpp and Mono AOT.
For Nunit Documentation:
https://github.com/nunit/docs/wiki/NUnit-Documentation
This source code for this packages lives at https://github.com/Unity-Technologies/nunit
This custom Nunit is based on Nunit version 3.5, and it is precompiled for .NET 4.0. The uncompiled public version lives here https://github.com/Unity-Technologies/nunit.

View File

@@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: 5da62a0c1c5218c4aa16b74546a7822d
TextScriptImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,28 @@
This package contains third-party software components governed by the license(s) indicated below:
---------
Component Name: Nunit 3.5
\
License Type: "MIT"
\
Copyright © 2018 Charlie Poole, Rob Prouse
\
https://nunit.org/
\
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.

View File

@@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: bfcb3ba499f7d452b92d9a9cc3378788
TextScriptImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: af19581c6078849139e0671f575e4b7c
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: c0673f99c7a5d42e081a6f88c5a37862
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,76 @@
fileFormatVersion: 2
guid: f1605f5534186904fa2c4c42acbfe01e
PluginImporter:
externalObjects: {}
serializedVersion: 2
iconMap: {}
executionOrder: {}
defineConstraints: []
isPreloaded: 0
isOverridable: 1
isExplicitlyReferenced: 0
validateReferences: 1
platformData:
- first:
: Any
second:
enabled: 0
settings:
Exclude Android: 0
Exclude Editor: 0
Exclude Linux64: 0
Exclude OSXUniversal: 0
Exclude Win: 0
Exclude Win64: 0
- first:
Android: Android
second:
enabled: 1
settings:
CPU: ARMv7
- first:
Any:
second:
enabled: 1
settings: {}
- first:
Editor: Editor
second:
enabled: 1
settings:
CPU: AnyCPU
DefaultValueInitialized: true
OS: AnyOS
- first:
Standalone: Linux64
second:
enabled: 1
settings:
CPU: None
- first:
Standalone: OSXUniversal
second:
enabled: 1
settings:
CPU: None
- first:
Standalone: Win
second:
enabled: 1
settings:
CPU: x86
- first:
Standalone: Win64
second:
enabled: 1
settings:
CPU: x86_64
- first:
Windows Store Apps: WindowsStoreApps
second:
enabled: 0
settings:
CPU: AnyCPU
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,30 @@
{
"displayName": "Custom NUnit",
"name": "com.unity.ext.nunit",
"version": "2.0.5",
"unity": "2019.4",
"description": "A custom version of NUnit used by Unity Test Framework. Based on NUnit version 3.5 and works with all platforms, il2cpp and Mono AOT.",
"keywords": [
"nunit",
"unittest",
"test"
],
"category": "Libraries",
"dependencies": {},
"relatedPackages": {
"com.unity.ext.nunit.tests": "2.0.5"
},
"_upm": {
"changelog": "- Fixing bug for InstanceID as struct changes"
},
"upmCi": {
"footprint": "f9e6bd68d25d51bb4b44047fc95106b99d86b7ec"
},
"documentationUrl": "https://docs.unity3d.com/Packages/com.unity.ext.nunit@2.0/manual/index.html",
"repository": {
"url": "https://github.cds.internal.unity3d.com/unity/com.unity.ext.nunit.git",
"type": "git",
"revision": "469fe0d46bfc26fbb32a53885ca4d12abcdae4ae"
},
"_fingerprint": "60ef35ffd3cd5e2f5c8887a4a4ca6148854cd092"
}

View File

@@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: 8143d3a8390f2c64685e3bc272bd9e90
TextScriptImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant: