Package net.andreinc.mockneat.unit.text
Class Words
- java.lang.Object
-
- net.andreinc.mockneat.abstraction.MockUnitBase
-
- net.andreinc.mockneat.unit.text.Words
-
- All Implemented Interfaces:
MockUnit<java.lang.String>,MockUnitString
public class Words extends MockUnitBase implements MockUnitString
-
-
Field Summary
-
Fields inherited from class net.andreinc.mockneat.abstraction.MockUnitBase
mockNeat
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description MockUnitStringadjectives()MockUnitStringadjectives1syll()MockUnitStringadjectives2syll()MockUnitStringadjectives3syll()MockUnitStringadjectives4syll()MockUnitStringadverbs()MockUnitStringadverbs1syll()MockUnitStringadverbs2syll()MockUnitStringadverbs3syll()MockUnitStringadverbs4syll()MockUnitStringnouns()MockUnitStringnouns1syll()MockUnitStringnouns2syll()MockUnitStringnouns3syll()MockUnitStringnouns4syll()java.util.function.Supplier<java.lang.String>supplier()This is the sole abstract method of the interface.MockUnitStringtype(WordsType type)MockUnitStringtypes(WordsType... types)MockUnitStringverbs()MockUnitStringverbs1syll()MockUnitStringverbs2syll()MockUnitStringverbs3syll()MockUnitStringverbs4syll()static Wordswords()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.andreinc.mockneat.abstraction.MockUnit
array, array, collection, collection, collection, collection, collection, collection, consume, consume, get, get, list, list, list, list, list, list, map, mapKeys, mapKeys, mapKeys, mapKeys, mapKeys, mapKeys, mapKeys, mapKeys, mapKeys, mapKeys, mapKeys, mapKeys, mapKeys, mapKeys, mapKeys, mapKeys, mapKeys, mapKeys, mapKeys, mapKeys, mapKeys, mapToDouble, mapToInt, mapToLocalDate, mapToLong, mapToString, mapToString, mapVals, mapVals, mapVals, mapVals, mapVals, mapVals, mapVals, mapVals, mapVals, mapVals, mapVals, mapVals, mapVals, mapVals, mapVals, mapVals, mapVals, mapVals, mapVals, mapVals, mapVals, serialize, set, set, set, set, set, set, stream, val, val, valStr, valStr
-
Methods inherited from interface net.andreinc.mockneat.abstraction.MockUnitString
accumulate, append, array, base64, escapeCsv, escapeEcmaScript, escapeHtml, escapeXml, format, md2, md5, noSpecialChars, prepend, replace, replace, replaceAll, replaceFirst, sha1, sha256, sha384, sha512, split, split, sub, sub, urlEncode, urlEncode
-
-
-
-
Constructor Detail
-
Words
protected Words()
-
Words
public Words(MockNeat mockNeat)
-
-
Method Detail
-
words
public static Words words()
-
supplier
public java.util.function.Supplier<java.lang.String> supplier()
Description copied from interface:MockUnitThis is the sole abstract method of the interface. Needs to be implemented every-time a MockUnit is implemented.
-
type
public MockUnitString type(WordsType type)
-
types
public MockUnitString types(WordsType... types)
-
adjectives
public MockUnitString adjectives()
-
adjectives1syll
public MockUnitString adjectives1syll()
-
adjectives2syll
public MockUnitString adjectives2syll()
-
adjectives3syll
public MockUnitString adjectives3syll()
-
adjectives4syll
public MockUnitString adjectives4syll()
-
adverbs
public MockUnitString adverbs()
-
adverbs1syll
public MockUnitString adverbs1syll()
-
adverbs2syll
public MockUnitString adverbs2syll()
-
adverbs3syll
public MockUnitString adverbs3syll()
-
adverbs4syll
public MockUnitString adverbs4syll()
-
nouns
public MockUnitString nouns()
-
nouns1syll
public MockUnitString nouns1syll()
-
nouns2syll
public MockUnitString nouns2syll()
-
nouns3syll
public MockUnitString nouns3syll()
-
nouns4syll
public MockUnitString nouns4syll()
-
verbs
public MockUnitString verbs()
-
verbs1syll
public MockUnitString verbs1syll()
-
verbs2syll
public MockUnitString verbs2syll()
-
verbs3syll
public MockUnitString verbs3syll()
-
verbs4syll
public MockUnitString verbs4syll()
-
-