MACROMEDIA FLEX-FLEX ACTIONSCRIPT LANGUAGE Instrukcja Użytkownika Strona 102

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 124
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 101
TUTORIALS POINT
Simply Easy Learning Page 97
Flash Builder will create the following TestClass1.as file.
package com.tutorialspoint.client
{
public class TestClass1
{
[Before]
public function setUp():void {}
[After]
public function tearDown():void {}
[BeforeClass]
public static function setUpBeforeClass():void {}
[AfterClass]
public static function tearDownAfterClass():void {}
}
}
Przeglądanie stron 101
1 2 ... 97 98 99 100 101 102 103 104 105 106 107 ... 123 124

Komentarze do niniejszej Instrukcji

Brak uwag