Search Header Logo

AutoFixture (514-06)

Authored by Nataly Revutska

Computers

1st - 5th Grade

Used 1+ times

AutoFixture (514-06)
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

9 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which method helps us to get the same instance every time we request an instance of a type.

Inject

Build

Freeze

Customize

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How many items contain generated collections(with Create<T> or CreateMany<T>) by default?

0

1

2

3

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which method helps us to replace default algorithm?

Register

Freeze

Inject

Build

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the difference between Fact and Theory?

The fact can have method arguments, and Theory can't

The fact can't have method arguments, and Theory can

5.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

select a correct way of creating an IEnumerable collection with AutoFixture

fixture.Create<IEnumerable<int>>();

fixture.CreateMany<int>();

fixture.CreateEnumerable<int>();

fixture.CreateMany<int>(count: 8);

6.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Where we use AutoFixture

Assert

Arrange

Act

7.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

Choose attribute which fill in arguments of a test method with generated data

InlineData

AutoDataAttribute

AutoData

Theory

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

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?

Discover more resources for Computers