[PR #20] [MERGED] Unit Tests for Lifetime checks #169

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

📋 Pull Request Information

Original PR: https://github.com/qmlnet/qmlnet/pull/20
Author: @devmil
Created: 7/20/2018
Status: Merged
Merged: 7/21/2018
Merged by: @pauldotknopf

Base: masterHead: features/memoryTests


📝 Commits (3)

  • 11c982b QQmlApplicationEngine: loadData
  • 49fb5f5 BaseTest now supports spinning up a full app
  • 40cc96d Sandbox tests -> Unit tests

📊 Changes

5 files changed (+359 additions, -70 deletions)

View changed files

📝 src/native/QtNetCoreQml/QtNetCoreQml/qml/QQmlApplicationEngine.cpp (+55 -0)
📝 src/net/Qt.NetCore.Tests/MockTypeCreator.cs (+18 -4)
📝 src/net/Qt.NetCore.Tests/Qml/BaseQmlTests.cs (+54 -7)
📝 src/net/Qt.NetCore.Tests/Qml/LifetimeTests.cs (+223 -58)
📝 src/net/Qt.NetCore/Qml/QQmlApplicationEngine.cs (+9 -1)

📄 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/20 **Author:** [@devmil](https://github.com/devmil) **Created:** 7/20/2018 **Status:** ✅ Merged **Merged:** 7/21/2018 **Merged by:** [@pauldotknopf](https://github.com/pauldotknopf) **Base:** `master` ← **Head:** `features/memoryTests` --- ### 📝 Commits (3) - [`11c982b`](https://github.com/qmlnet/qmlnet/commit/11c982bdfee56ffa2ac3461687da72934b13da04) QQmlApplicationEngine: loadData - [`49fb5f5`](https://github.com/qmlnet/qmlnet/commit/49fb5f5ce4891709be663537fd0c26a7b6ef3e5c) BaseTest now supports spinning up a full app - [`40cc96d`](https://github.com/qmlnet/qmlnet/commit/40cc96dbf7b0f6624ae804dc9eb8f7b01b79328c) Sandbox tests -> Unit tests ### 📊 Changes **5 files changed** (+359 additions, -70 deletions) <details> <summary>View changed files</summary> 📝 `src/native/QtNetCoreQml/QtNetCoreQml/qml/QQmlApplicationEngine.cpp` (+55 -0) 📝 `src/net/Qt.NetCore.Tests/MockTypeCreator.cs` (+18 -4) 📝 `src/net/Qt.NetCore.Tests/Qml/BaseQmlTests.cs` (+54 -7) 📝 `src/net/Qt.NetCore.Tests/Qml/LifetimeTests.cs` (+223 -58) 📝 `src/net/Qt.NetCore/Qml/QQmlApplicationEngine.cs` (+9 -1) </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:07 -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#169
No description provided.