Search Header Logo

Moq

Authored by Nataly Revutska

Computers

1st - 5th Grade

Used 2+ times

Moq
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

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 BLANKS QUESTION

1 min • 1 pt

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

3.

FILL IN THE BLANKS QUESTION

1 min • 1 pt

(a)   type allows you to check how many times the dependency has been called.

4.

FILL IN THE BLANKS QUESTION

1 min • 1 pt

Media Image

How to transfer mock-object to the controller?

(a)  

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());

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Microsoft

Continue with Microsoft

or continue with

Facebook

Facebook

Apple

Apple

Others

Others

Already have an account?