All public logs

Jump to navigation Jump to search

Combined display of all available logs of Elixir Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 14:28, 3 December 2023 Elixirfan talk contribs created page Mocking and Dependency Injection in Elixir Tests (Created page with "== Mocking and Dependency Injection in Elixir Tests == Dependency injection is a powerful technique in software development that facilitates easier testing and decouples components, enhancing maintainability and code reusability. In Elixir, a functional programming language, dependency injection can be achieved using mocking libraries such as Mox. === Why Mocking? === Mocking allows us to isolate the code under test and replace its dependencies with controlled test do...")