Kazuki Sakamoto
832d07902e
Modify unittest
...
Summary:
- Disable destructor tests in Unity Editor, seems GC is flaky.
- Use current native instance counts
Reviewed By: emilsjolander
Differential Revision: D4018951
fbshipit-source-id: a57f0e1fa5a46e7de0b88235124d437d20e4082b
2016-10-14 07:08:29 -07:00
Kazuki Sakamoto
7548164edb
Clean up MeasureFunc and PrintFunc
...
Summary:
- Remove unneeded instance variables
- Simplify MeasureFunc call
- Add unittest
Reviewed By: emilsjolander
Differential Revision: D4013176
fbshipit-source-id: 4cdfa3ac3ad60a6bac5cda10644376ee9c46300b
2016-10-13 08:07:58 -07:00
Kazuki Sakamoto
722bfb9032
Align C# implementation with Java
...
Summary:
- Align C# implementation with Java JNI implementation
- No need to call init(reinit)
- Rename Initialize and Reset
- Add unittests
Reviewed By: emilsjolander
Differential Revision: D4009351
fbshipit-source-id: 191ddec30b0c8518eb0d76c0579afe909b673fac
2016-10-13 08:07:58 -07:00
Emil Sjolander
871a7cf310
Move csharp tests into csharp folder
...
Summary: Move csharp tests into csharp/tests instead of tests. I feel like it makes more sense to have tests next to source. This is similar to how the C version has it as well.
Reviewed By: splhack
Differential Revision: D3993002
fbshipit-source-id: d9241f8ce7707c17a49c17fea2cce9959d52697d
2016-10-11 07:08:10 -07:00