Skip to content
This repository has been archived by the owner on Sep 28, 2023. It is now read-only.

Latest commit

 

History

History
7 lines (4 loc) · 446 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 446 Bytes

Samples contents

  • AsyncIterator: JavaScript classes for creating an iterator that yields the UI thread via setImmediate. The iterators essentially implement a yielding for loop with callback for doing work, aggregating results, and completion.

  • Basic Unit Test CS: a single, simple unit test example for a Microsoft Virtual Academy course; uses NUnit for the framework.

  • Unit Test App Xamarin: a fuller unit testing example using NUnit.