#include <TUri.h>
Go to the source code of this file.
Functions | |
Bool_t | TestResolutionHelper (TUri reference, TUri nominal, TUri &base) |
Bool_t | TestResolution () |
Bool_t | TestPct () |
Bool_t | TestComposition () |
void | Answer (Bool_t success) |
Bool_t | TestValidation () |
void | TUriTest () |
void Answer | ( | Bool_t | success | ) |
Definition at line 98 of file TUriTest.C.
References Printf().
Referenced by XrdFrmUtils::Ask(), isNo(), and TUriTest().
Bool_t TestComposition | ( | ) |
Definition at line 85 of file TUriTest.C.
References TUri::GetUri(), TUri::SetFragment(), TUri::SetHost(), TUri::SetPath(), TUri::SetQuery(), TUri::SetScheme(), and TUri::SetUserInfo().
Referenced by TUriTest().
Bool_t TestPct | ( | ) |
Definition at line 68 of file TUriTest.C.
References buffer, errors, i, TUri::PctDecode(), TUri::PctEncode(), Printf(), and sprintf().
Referenced by TUriTest().
Bool_t TestResolution | ( | ) |
Definition at line 15 of file TUriTest.C.
References kTRUE, and TestResolutionHelper().
Referenced by TUriTest().
Definition at line 6 of file TUriTest.C.
References TString::Data(), TUri::GetUri(), Printf(), and TUri::Transform().
Referenced by TestResolution().
Bool_t TestValidation | ( | ) |
void TUriTest | ( | ) |
Definition at line 123 of file TUriTest.C.
References Answer(), Printf(), TestComposition(), TestPct(), TestResolution(), and TestValidation().