Giter Site home page Giter Site logo

firemapper's Introduction

To Run tests you must:

  1. place your Firebase key json file in folder FireSource.Test\Resources.
  2. update the path in <Content Include="Resources\dummydemo-11dd3-firebase-adminsdk-vp6c5-28b7f0fa93.json"> of FireSource.Test.csproj
  3. update the FireStoreFixture.cs of FireSource.Test project with:
    • correct path to Firebase key json file in constant FIREBASE_CREDENTIALS_PATH
    • project id in constant FIREBASE_PROJECT_ID

FIRST create your Firestore database following the guide isel-AVE-2021-FireStore-get-started.md


Assignments

  1. Published 28-3-2021, DEADLINE: 18-4-2021, FireMapper-1-reflection
  2. Published 03-5-2021, DEADLINE: 23-5-2021 30-5-2021, FireMapper-2-meta-programming
  3. TBD

FireMapper overview

High level view of projects (in <<...>>) and core types:


Slides Q&A session about FireMapper


Unit tests and Coverage

Some tips:

  • Run tests with dotnet test --logger "console;verbosity=detailed" to see Console output.
  • List tests with dotnet test -t
  • Select tests to run with dotnet test --filter NameOfTheClassTest

Run coverage with auxiliary coverage.bat in root folder, which performs the following tasks, for example:

dotnet test --collect:"XPlat Code Coverage"
reportgenerator -reports:Project.Tests\TestResults\66e8839d-6844-4b8a-8067-dc9c32abed5d\coverage.cobertura.xml  -targetdir:coverage
coverage\index.htm

NOTICE you must first install the auxiliary dotnet tool reportgenerator docs.microsoft.com/en-us/dotnet/core/testing/unit-testing-code-coverage

firemapper's People

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.