Moq

Moq

1st - 5th Grade

14 Qs

quiz-placeholder

Similar activities

How to use Youtube + 2nd game (Mix)

How to use Youtube + 2nd game (Mix)

KG - University

15 Qs

Gaming

Gaming

2nd Grade - Professional Development

13 Qs

Playstation Quiz

Playstation Quiz

1st - 5th Grade

15 Qs

VEX IQ Hardware

VEX IQ Hardware

5th - 8th Grade

14 Qs

Robotics

Robotics

5th - 6th Grade

12 Qs

Input & Output Devices

Input & Output Devices

3rd - 8th Grade

14 Qs

Introduction Of Laravel

Introduction Of Laravel

KG - University

15 Qs

VEX IQ sensors

VEX IQ sensors

3rd - 5th Grade

12 Qs

Moq

Moq

Assessment

Quiz

Computers

1st - 5th Grade

Hard

Created by

Nataly Revutska

Used 2+ times

FREE Resource

14 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Does Moq framework support out/ref arguments?

yes

no

2.

FILL IN THE BLANK QUESTION

1 min • 1 pt

We use _________ method to check if the method which we set up called a certain number of times

3.

FILL IN THE BLANK QUESTION

1 min • 1 pt

______ type allows you to check how many times the dependency has been called.

4.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Media Image

How to transfer mock-object to the controller?

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Suppose we want to test controller ProductsController that uses ProductService(inherited from IProducts).

The following code will:

Execute(Test passed)

Not execute, Runtime error

Execute(Test failed)

Not execute, Compilation error

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What part of the unit test does AutoFixture minimize?

Arrange

Act

Assert

7.

MULTIPLE SELECT QUESTION

1 min • 1 pt

Which of the expressions will pass the test if the method GetAllAsync() was called twice ?

service.Verify(x => x.GetAllAsync(), Times.AtLeastOnce());

service.Verify(x => x.GetAllAsync(), Times.Between(1, 3, Range.Exclusive));

service.Verify(x => x.GetAllAsync(), Times.AtMostOnce());

service.Verify(x => x.GetAllAsync(), Times.Once());

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?