[PR #51] [CLOSED] more MvvmBehavior unit tests & RunQmlTest method for less complexity in unit tests #190

Closed
opened 2026-05-05 11:20:29 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/qmlnet/qmlnet/pull/51
Author: @devmil
Created: 8/6/2018
Status: Closed

Base: developHead: improvements/mvvmbehavior_unit_tests


📝 Commits (5)

  • 544f009 MvvmBehavior Unit Tests check if they break the manual signal support
  • 52580e7 MvvmBehavior: TestResult is null in the beginning
  • ac41d23 MvvmBehavior: unit test for checking not breaking custon notify signals
  • a7eb717 Qml unit tests: method for executing onCompleted code
  • fa2ae86 migrating UInt tests to RunQmlTest method

📊 Changes

3 files changed (+141 additions, -87 deletions)

View changed files

📝 src/net/Qml.Net.Tests/Qml/BaseQmlTests.cs (+19 -0)
📝 src/net/Qml.Net.Tests/Qml/MvvmInteropBehaviorTests.cs (+106 -46)
📝 src/net/Qml.Net.Tests/Qml/UIntTests.cs (+16 -41)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/qmlnet/qmlnet/pull/51 **Author:** [@devmil](https://github.com/devmil) **Created:** 8/6/2018 **Status:** ❌ Closed **Base:** `develop` ← **Head:** `improvements/mvvmbehavior_unit_tests` --- ### 📝 Commits (5) - [`544f009`](https://github.com/qmlnet/qmlnet/commit/544f0096a9cf3c138957c2747adc49fb6128284a) MvvmBehavior Unit Tests check if they break the manual signal support - [`52580e7`](https://github.com/qmlnet/qmlnet/commit/52580e77b81feda7f2741b3b0c76e203db26f61d) MvvmBehavior: TestResult is null in the beginning - [`ac41d23`](https://github.com/qmlnet/qmlnet/commit/ac41d23dd1d9e4054bec3566c34bcbf95b80e079) MvvmBehavior: unit test for checking not breaking custon notify signals - [`a7eb717`](https://github.com/qmlnet/qmlnet/commit/a7eb717f706f1a1f508cec3d8341de651d2eddf2) Qml unit tests: method for executing onCompleted code - [`fa2ae86`](https://github.com/qmlnet/qmlnet/commit/fa2ae860cf81dec01123cb1b6bb75e2dd629a783) migrating UInt tests to RunQmlTest method ### 📊 Changes **3 files changed** (+141 additions, -87 deletions) <details> <summary>View changed files</summary> 📝 `src/net/Qml.Net.Tests/Qml/BaseQmlTests.cs` (+19 -0) 📝 `src/net/Qml.Net.Tests/Qml/MvvmInteropBehaviorTests.cs` (+106 -46) 📝 `src/net/Qml.Net.Tests/Qml/UIntTests.cs` (+16 -41) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 11:20:29 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/qmlnet#190
No description provided.