No Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

.sample.json 269B

12345
  1. {
  2. "displayName": "Exercise 2: Arrange, Act, Assert",
  3. "description": "In this exercise, you will learn about the core unit testing principle of AAA (Arrange, Act, Assert), which will help you structure your unit test.",
  4. "interactiveImport": true
  5. }