FGX.Asserts: различия между версиями

Материал из FGX Native Докуметации
Перейти к навигации Перейти к поиску
(summary)
(summary)
Строка 21: Строка 21:
 
|-
 
|-
 
| [[TAssertFailCallback]] ||  
 
| [[TAssertFailCallback]] ||  
 +
|}
 +
 +
== Constant ==
 +
 +
{| class="wikitable sortable"
 +
|-
 +
| [[SSpecifiedConditionalShouldBeTrue]] ||
 +
|-
 +
| [[SSpecifiedConditionalShouldBeFalse]] ||
 +
|-
 +
| [[SNotNilInterfacesIsRequired]] ||
 +
|-
 +
| [[SNotNilObjectIsRequired]] ||
 +
|-
 +
| [[SNotNilClassIsRequired]] ||
 +
|-
 +
| [[SObjectIsNotValidClass]] ||
 +
|-
 +
| [[SObjectDoesntSupportsInterface]] ||
 +
|-
 +
| [[SValueIsNotInIntegerRange]] ||
 +
|-
 +
| [[SValueIsNotInFloatRange]] ||
 +
|-
 +
| [[SIntegerValueShouldBeLess]] ||
 +
|-
 +
| [[SFloatValueShouldBeLess]] ||
 +
|-
 +
| [[SIntegerValueShouldBeLessOrEqual]] ||
 +
|-
 +
| [[SFloatValueShouldBeLessOrEqual]] ||
 +
|-
 +
| [[SIntegerValueShouldBeMoreOrEqual]] ||
 +
|-
 +
| [[SFloatValueShouldBeMoreOrEqual]] ||
 +
|-
 +
| [[SIntegerValueShouldBeMore]] ||
 +
|-
 +
| [[SFloatValueShouldBeMore]] ||
 +
|-
 +
| [[SFloatValuesAreNotEqualed]] ||
 +
|-
 +
| [[SIntegerValuesAreNotEqualed]] ||
 +
|-
 +
| [[SFail]] ||
 
|}
 
|}

Версия 02:56, 7 июня 2019

Classes

EfgAssertError
TfgAssert <devnotes>

<summary>

        Класс проверки контрактов в коде библиотеке. Отвечает за выполнение базовых проверок. Работает только в DEBUG
        конфигурации. Во всех остальных проверки вырезаются. По умолчанию, все нарушения выводятся в системный лог
        устройства.
      </summary>

</devnotes>

Types

TAssertFailCallback

Constant

SSpecifiedConditionalShouldBeTrue
SSpecifiedConditionalShouldBeFalse
SNotNilInterfacesIsRequired
SNotNilObjectIsRequired
SNotNilClassIsRequired
SObjectIsNotValidClass
SObjectDoesntSupportsInterface
SValueIsNotInIntegerRange
SValueIsNotInFloatRange
SIntegerValueShouldBeLess
SFloatValueShouldBeLess
SIntegerValueShouldBeLessOrEqual
SFloatValueShouldBeLessOrEqual
SIntegerValueShouldBeMoreOrEqual
SFloatValueShouldBeMoreOrEqual
SIntegerValueShouldBeMore
SFloatValueShouldBeMore
SFloatValuesAreNotEqualed
SIntegerValuesAreNotEqualed
SFail