프로젝트

일반

사용자정보

통계
| 개정판:

t1 / TFDContents / Library / UnityAssemblies / UnityEngine.TestRunner.xml @ 11

이력 | 보기 | 이력해설 | 다운로드 (3.52 KB)

1
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
2
<doc>
3
  <members>
4
    <assembly>
5
      <name>UnityEngine.TestRunner</name>
6
    </assembly>
7
    <member name="?:UnityEngine.TestTools.IMonoBehaviourTest">
8
      <summary>
9
        <para>A MonoBehaviour test needs to implement this interface.</para>
10
      </summary>
11
    </member>
12
    <member name="P:UnityEngine.TestTools.IMonoBehaviourTest.IsTestFinished">
13
      <summary>
14
        <para>Indicates when the test is considered finished.</para>
15
      </summary>
16
    </member>
17
    <member name="?:UnityEngine.TestTools.IPrebuildSetup">
18
      <summary>
19
        <para>Interface for the method that implements the prebuild step.</para>
20
      </summary>
21
    </member>
22
    <member name="M:UnityEngine.TestTools.IPrebuildSetup.Setup">
23
      <summary>
24
        <para>Setup method that is automatically called before the test run.</para>
25
      </summary>
26
    </member>
27
    <member name="T:UnityEngine.TestTools.LogAssert">
28
      <summary>
29
        <para>LogAssert allows you to expect Unity log messages that would normally cause the test to fail.</para>
30
      </summary>
31
    </member>
32
    <member name="M:UnityEngine.TestTools.LogAssert.Expect(UnityEngine.LogType,System.String)">
33
      <summary>
34
        <para>Expect a log message of a specfic type. If an error, assertion or exception log is expected, the test will not fail. The test will fail if a log message is expected but does not appear.</para>
35
      </summary>
36
      <param name="type">Log type.</param>
37
      <param name="message">Log message to expect.</param>
38
    </member>
39
    <member name="M:UnityEngine.TestTools.LogAssert.Expect(UnityEngine.LogType,System.Text.RegularExpressions.Regex)">
40
      <summary>
41
        <para>Expect a log message of a specfic type. If an error, assertion or exception log is expected, the test will not fail. The test will fail if a log message is expected but does not appear.</para>
42
      </summary>
43
      <param name="type">Log type.</param>
44
      <param name="message">Log message to expect.</param>
45
    </member>
46
    <member name="M:UnityEngine.TestTools.LogAssert.NoUnexpectedReceived">
47
      <summary>
48
        <para>Triggers an assert if any logs have been received that were not expected. Returns without asserting if all logs received so far have been registered as expected.</para>
49
      </summary>
50
    </member>
51
    <member name="T:UnityEngine.TestTools.MonoBehaviourTest`1">
52
      <summary>
53
        <para>Wrapper for running tests that are imlpemented as MonoBehaviours.</para>
54
      </summary>
55
    </member>
56
    <member name="T:UnityEngine.TestTools.PrebuildSetupAttribute">
57
      <summary>
58
        <para>Allows to define a setup method for the test that will be invoked before the test run is started.</para>
59
      </summary>
60
    </member>
61
    <member name="M:UnityEngine.TestTools.PrebuildSetupAttribute.#ctor(System.Type)">
62
      <summary>
63
        <para>Points to a class that imlpements TestTools.IPrebuildSetup. The method from TestTools.IPrebuildSetup will be executed before the test run is initiated.</para>
64
      </summary>
65
      <param name="setupClass">Type of the class implementing TestTools.IPrebuildSetup.</param>
66
    </member>
67
    <member name="T:UnityEngine.TestTools.TestPlatform">
68
      <summary>
69
        <para>Platforms the tests can run on.</para>
70
      </summary>
71
    </member>
72
    <member name="T:UnityEngine.TestTools.UnityTestAttribute">
73
      <summary>
74
        <para>Special type of a unit test that allows to yield from test in order to skip frames when the test is running.</para>
75
      </summary>
76
    </member>
77
  </members>
78
</doc>