
Moq (514-06)

Quiz
•
Computers
•
1st Grade
•
Hard
Nataly Revutska
Used 1+ times
FREE Resource
9 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is mock?
This is a fake object in the system that decides whether or not a unit test has passed or failed.
This is a controllable replacement for an existing dependency (or collaborator) in the system. By using this, you can test your code without dealing with the dependency directly.
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Does Moq framework support out/ref arguments?
yes
no
3.
MULTIPLE SELECT QUESTION
45 sec • 1 pt
Choose all methods of Mock class
As
Behavior
Get
Verify
OnGetObject
4.
MULTIPLE SELECT QUESTION
45 sec • 1 pt
Choose structure of Moq namespace
MockFactory
SequenceExtensions
Times
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Can Mock's Setup method be used with all return types of a function?
Yes
No
6.
MULTIPLE SELECT QUESTION
1 min • 1 pt
Which ways to set up async methods are valid?
mock.Setup(foo => foo.DoSomethingAsync().Result).Returns(true);
mock.Setup(foo => foo.DoSomethingAsync()).ReturnsAsync(true);
mock.Setup(foo => foo.DoSomethingAsync()).Returns(async () => true);
mock.Setup(foo => foo.DoSomethingAsync()).Returns(true);
7.
MULTIPLE SELECT QUESTION
1 min • 1 pt
Which options to match the generic type argument is valid?
(method: bool method<T>();)
mock.Setup(m => m.method<object>()).Returns(true);
mock.Setup(m => m.method()).Returns(true);
mock.Setup(m => m.method<It.IsAnyType>()).Returns(true);
mock.Setup<object>(m => m.method()).Returns(true);
8.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
From current list
What can you Mock?
Statick class
Extension methods
Non-virtual methods
All from the above
Neither from the above
9.
MULTIPLE SELECT QUESTION
1 min • 1 pt
What is It.Is<T> and It.IsAny<T>
It.IsAny<T> is checking that the parameter is of type T, it can be any instance of type T. It's basically saying, I don't care what you pass in here as long as it is type of T.
It.IsAny<T> allows you to inspect what was passed in and determine if the parameter that was passed in meets your needs.
It.Is<T> allows you to inspect what was passed in and determine if the parameter that was passed in meets your needs.
It.Is<T> is checking that the parameter is of type T, it can be any instance of type T. It's basically saying, I don't care what you pass in here as long as it is type of T.
Similar Resources on Wayground
10 questions
230505 ISMS QUIZ april

Quiz
•
1st Grade
11 questions
SignalR

Quiz
•
1st Grade
10 questions
Trình bày và in trang tính

Quiz
•
1st Grade
10 questions
POST TES INFOMATIKA

Quiz
•
1st Grade
12 questions
Arduino

Quiz
•
1st - 3rd Grade
10 questions
Word

Quiz
•
1st - 5th Grade
8 questions
React

Quiz
•
1st Grade
10 questions
AV3/1TRI PENS COMP 1ºANO primeira parte

Quiz
•
1st Grade
Popular Resources on Wayground
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
10 questions
Ice Breaker Trivia: Food from Around the World

Quiz
•
3rd - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
20 questions
ELA Advisory Review

Quiz
•
7th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Multiplication and Division Unknowns

Quiz
•
3rd Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
Discover more resources for Computers
11 questions
NFL Football logos

Quiz
•
KG - Professional Dev...
18 questions
D189 1st Grade OG 1c Concept 37-38

Quiz
•
1st Grade
20 questions
addition

Quiz
•
1st - 3rd Grade
20 questions
Subject and predicate in sentences

Quiz
•
1st - 3rd Grade
20 questions
Place Value

Quiz
•
KG - 3rd Grade
10 questions
Exploring Force and Motion Concepts

Interactive video
•
1st - 5th Grade
10 questions
Exploring Properties of Matter

Interactive video
•
1st - 5th Grade
5 questions
Sense and Response

Quiz
•
1st Grade