mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-08-26 21:04:14 -05:00
Add tests
This commit is contained in:
@@ -9,8 +9,7 @@ namespace UniVRM10.Test
|
||||
{
|
||||
Assert.Catch(() => ExpressionKey.CreateCustom(""));
|
||||
Assert.Catch(() => ExpressionKey.CreateCustom(null));
|
||||
|
||||
ExpressionKey.CreateCustom("a");
|
||||
Assert.Catch(() => ExpressionKey.CreateFromPreset(ExpressionPreset.custom));
|
||||
}
|
||||
|
||||
[Test]
|
||||
|
||||
Reference in New Issue
Block a user