Konash / arabic-support-unity

This plugin allows you to use accurate and correct Arabic text in your game or 3D application. Supports Tashkeel and Hindu numbers. Supports C# and JavaScript. Supports 4 Persian Characters.
MIT License
216 stars 64 forks source link

Use assertions for testing #4

Closed obahareth closed 7 years ago

obahareth commented 7 years ago

Added ArabicSupportTester to loop through all ExpectedFixedText objects and assert that their Expected value matched the Fixed value.

Add ExpectedFixedText to all Arabic3DText objects on test cases scene, and setup their Unfixed and Expected properties accordingly.