PHP 클래스 SAML2\XML\mdui\KeywordsTest

상속: extends PHPUnit_Framework_TestCase
파일 보기 프로젝트 열기: simplesamlphp/saml2

공개 메소드들

메소드 설명
testKeywordWithPlusSignThrowsException ( ) Keyword may not contain a "+", Exception expected.
testMarshalling ( ) Test creating a basic Keywords element.
testUnmarshalling ( ) Unmarshalling of a keywords tag
testUnmarshallingFailsMissingKeywords ( ) Unmarshalling fails if attribute is empty
testUnmarshallingFailsMissingLanguage ( ) Unmarshalling fails if lang attribute not present

메소드 상세

testKeywordWithPlusSignThrowsException() 공개 메소드

Keyword may not contain a "+", Exception expected.

testMarshalling() 공개 메소드

Test creating a basic Keywords element.
public testMarshalling ( )

testUnmarshalling() 공개 메소드

Unmarshalling of a keywords tag
public testUnmarshalling ( )

testUnmarshallingFailsMissingKeywords() 공개 메소드

Unmarshalling fails if attribute is empty

testUnmarshallingFailsMissingLanguage() 공개 메소드

Unmarshalling fails if lang attribute not present