Difference between revisions of "Mocking Frameworks"

From Embedded Lab Vienna for IoT & Security
Jump to navigation Jump to search
Line 7: Line 7:
* Operating system:  
* Operating system:  
* Packages: unittest.mock (Python), org.mockito.Mockito(Java) and Moq(.NET)
* Packages: unittest.mock (Python), org.mockito.Mockito(Java) and Moq(.NET)
In order to complete these steps, you must have followed [[Some Other Documentation]] before.


== Description ==
== Description ==

Revision as of 22:37, 23 January 2023

Summary

This document gives basic insights about Mocking and Mocking Frameworks with their usages, advantages and disadvantages. Also, some code examples showing mock testing demo using Frameworks like Mock(Python), Mockito(Java) and Moq(.NET) are also given.

Requirements

  • Operating system:
  • Packages: unittest.mock (Python), org.mockito.Mockito(Java) and Moq(.NET)

Description

Mocking

Enter these commands in the shell

echo foo
echo bar

Mocking Frameworks

Make sure to read

  • War and Peace
  • Lord of the Rings
  • The Baroque Cycle

Used Hardware

Device to be used with this documentation Maybe another device to be used with this documentation

Courses

References