mongo4cats-embedded
mongo4cats-embedded
API
mongo4cats.embedded
EmbeddedMongo
EmbeddedMongo
mongo4cats-embedded
/
mongo4cats.embedded
/
EmbeddedMongo
EmbeddedMongo
mongo4cats.embedded.EmbeddedMongo
See the
EmbeddedMongo
companion object
trait
EmbeddedMongo
Attributes
Companion:
object
Graph
Reset zoom
Hide graph
Show graph
Supertypes
class
Object
trait
Matchable
class
Any
Clear all
Members list
Concise view
Value members
Concrete methods
def
withRunningEmbeddedMongo
[
F
[
_
] :
Async
,
A
](
test
:
=>
F
[
A
]):
F
[
A
]
def
withRunningEmbeddedMongo
[
F
[
_
] :
Async
,
A
](
mongoUsername
:
String
,
mongoPassword
:
String
)(
test
:
=>
F
[
A
]):
F
[
A
]
def
withRunningEmbeddedMongo
[
F
[
_
] :
Async
,
A
](
mongoPort
:
Int
)(
test
:
=>
F
[
A
]):
F
[
A
]
def
withRunningEmbeddedMongo
[
F
[
_
] :
Async
,
A
](
mongoPort
:
Int
,
mongoUsername
:
String
,
mongoPassword
:
String
)(
test
:
=>
F
[
A
]):
F
[
A
]