Package com.jcabi.urn
Class URNMocker
- java.lang.Object
-
- com.jcabi.urn.URNMocker
-
public final class URNMocker extends Object
Mocker ofURN
.- Since:
- 0.6
- Suppressed Checkstyle violations:
- AbbreviationAsWordInNameCheck (500 lines)
-
-
Constructor Summary
Constructors Constructor Description URNMocker()
Public ctor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.jcabi.urn.URN
mock()
Mock it.URNMocker
withNid(String name)
With this namespace.URNMocker
withNss(String text)
With this nss.
-
-
-
Method Detail
-
withNid
public URNMocker withNid(String name)
With this namespace.- Parameters:
name
- The namespace- Returns:
- This object
-
withNss
public URNMocker withNss(String text)
With this nss.- Parameters:
text
- The nss- Returns:
- This object
-
mock
public com.jcabi.urn.URN mock()
Mock it.- Returns:
- Mocked URN
-
-