Wolfram Language
Paclet Repository
Community-contributed installable additions to the Wolfram Language
Primary Navigation
Categories
Cloud & Deployment
Core Language & Structure
Data Manipulation & Analysis
Engineering Data & Computation
External Interfaces & Connections
Financial Data & Computation
Geographic Data & Computation
Geometry
Graphs & Networks
Higher Mathematical Computation
Images
Knowledge Representation & Natural Language
Machine Learning
Notebook Documents & Presentation
Scientific and Medical Data & Computation
Social, Cultural & Linguistic Data
Sound & Video
Strings & Text
Symbolic & Numeric Computation
System Operation & Setup
Time-Related Computation
User Interface Construction
Visualization & Graphics
Random Paclet
Alphabetical List
Using Paclets
Create a Paclet
Get Started
Download Definition Notebook
Mockingbird
Tutorials
WritingMockTestsWithMockingbird
Guides
Mockingbird
Symbols
MockDefinitionGroup
MockDefinition
MockEvaluate
MockEvaluateReap
MockPropertyValuePatternTest
MockPropertyValueQ
MockSow
Wolfram`Mockingbird`
M
o
c
k
P
r
o
p
e
r
t
y
V
a
l
u
e
P
a
t
t
e
r
n
T
e
s
t
M
o
c
k
P
r
o
p
e
r
t
y
V
a
l
u
e
P
a
t
t
e
r
n
T
e
s
t
[
r
u
l
e
s
]
y
i
e
l
d
s
a
P
a
t
t
e
r
n
T
e
s
t
m
a
t
c
h
i
n
g
a
n
e
x
p
r
w
h
e
r
e
M
o
c
k
P
r
o
p
e
r
t
y
V
a
l
u
e
Q
[
e
x
p
r
,
r
u
l
e
s
]
g
i
v
e
s
T
r
u
e
.
M
o
c
k
P
r
o
p
e
r
t
y
V
a
l
u
e
P
a
t
t
e
r
n
T
e
s
t
[
p
a
t
t
,
r
u
l
e
s
]
m
a
t
c
h
e
s
o
n
l
y
i
f
e
x
p
r
m
a
t
c
h
e
s
p
a
t
t
.
D
e
t
a
i
l
s
Examples
(
2
)
Basic Examples
(
1
)
I
n
[
1
]
:
=
N
e
e
d
s
[
"
W
o
l
f
r
a
m
`
M
o
c
k
i
n
g
b
i
r
d
`
"
]
Match an
H
T
T
P
R
e
s
p
o
n
s
e
expression that has status code 200:
I
n
[
2
]
:
=
r
e
s
=
U
R
L
R
e
a
d
[
"
h
t
t
p
:
/
/
w
w
w
.
w
o
l
f
r
a
m
a
l
p
h
a
.
c
o
m
/
"
]
r
e
s
[
"
S
t
a
t
u
s
C
o
d
e
"
]
O
u
t
[
2
]
=
H
T
T
P
R
e
s
p
o
n
s
e
S
t
a
t
u
s
:
O
K
C
o
n
t
e
n
t
t
y
p
e
:
t
e
x
t
/
h
t
m
l
;
c
h
a
r
s
e
t
=
u
t
f
-
8
O
u
t
[
2
]
=
2
0
0
I
n
[
3
]
:
=
M
a
t
c
h
Q
r
e
s
,
M
o
c
k
P
r
o
p
e
r
t
y
V
a
l
u
e
P
a
t
t
e
r
n
T
e
s
t
[
{
"
S
t
a
t
u
s
C
o
d
e
"
-
>
2
0
0
}
]
O
u
t
[
3
]
=
T
r
u
e
P
r
o
p
e
r
t
i
e
s
&
R
e
l
a
t
i
o
n
s
(
1
)
S
e
e
A
l
s
o
M
o
c
k
P
r
o
p
e
r
t
y
V
a
l
u
e
Q
▪
K
e
y
V
a
l
u
e
P
a
t
t
e
r
n
T
e
c
h
N
o
t
e
s
▪
W
r
i
t
i
n
g
M
o
c
k
T
e
s
t
s
w
i
t
h
M
o
c
k
i
n
g
b
i
r
d
R
e
l
a
t
e
d
G
u
i
d
e
s
▪
M
o
c
k
i
n
g
b
i
r
d
▪
W
r
i
t
i
n
g
M
o
c
k
T
e
s
t
s
w
i
t
h
M
o
c
k
i
n
g
b
i
r
d